Skip to content

Commit 0878948

Browse files
authored
fix: add correct environment for detokenising (#855)
1 parent a1778c1 commit 0878948

File tree

23 files changed

+27
-27
lines changed

23 files changed

+27
-27
lines changed

akamai-github/templates/workload-cluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

akamai-github/templates/workload-cluster/workload-cluster-environment/metaphor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>/metaphor
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>/metaphor
1515
targetRevision: HEAD
1616
helm:
1717
valueFiles:
@@ -24,4 +24,4 @@ spec:
2424
prune: true
2525
selfHeal: true
2626
syncOptions:
27-
- CreateNamespace=true
27+
- CreateNamespace=true

akamai-github/templates/workload-vcluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

azure-github/templates/workload-cluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

azure-github/templates/workload-cluster/workload-cluster-environment/metaphor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>/metaphor
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>/metaphor
1515
targetRevision: HEAD
1616
helm:
1717
valueFiles:

azure-github/templates/workload-vcluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

azure-gitlab/templates/workload-cluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

azure-gitlab/templates/workload-vcluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

civo-github/templates/gpu-cluster/45-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>
1515
targetRevision: HEAD
1616
destination:
1717
name: in-cluster

civo-github/templates/gpu-cluster/workload-cluster-environment/metaphor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: <GITOPS_REPO_URL>
14-
path: registry/environments/<WORKLOAD_CLUSTER_NAME>/metaphor
14+
path: registry/environments/<WORKLOAD_ENVIRONMENT>/metaphor
1515
targetRevision: HEAD
1616
helm:
1717
valueFiles:
@@ -24,4 +24,4 @@ spec:
2424
prune: true
2525
selfHeal: true
2626
syncOptions:
27-
- CreateNamespace=true
27+
- CreateNamespace=true

0 commit comments

Comments
 (0)