Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #35 from jstrachan/changes
Browse files Browse the repository at this point in the history
fix: use the correct key for remoteCluster on environments
  • Loading branch information
jenkins-x-bot authored Apr 9, 2020
2 parents af80d03 + 80adda6 commit 03a0a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jxboot-resources/templates/production-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
previewGitInfo:
user: {}
promotionStrategy: Manual
remote: {{ .Values.gitops.production.remote }}
remoteCluster: {{ .Values.gitops.production.remote }}
source:
ref: master
url: "{{ .Values.gitops.production.server | default .Values.gitops.server }}{{ .Values.gitops.gitUrlPathPrefix}}/{{ .Values.gitops.production.owner | default .Values.gitops.owner }}/{{ .Values.gitops.production.repo }}.git"
Expand Down
2 changes: 1 addition & 1 deletion jxboot-resources/templates/staging-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
previewGitInfo:
user: {}
promotionStrategy: Auto
remote: {{ .Values.gitops.staging.remote }}
remoteCluster: {{ .Values.gitops.staging.remote }}
source:
ref: master
url: "{{ .Values.gitops.staging.server | default .Values.gitops.server }}{{ .Values.gitops.gitUrlPathPrefix}}/{{ .Values.gitops.staging.owner | default .Values.gitops.owner }}/{{ .Values.gitops.staging.repo }}.git"
Expand Down

0 comments on commit 03a0a5a

Please sign in to comment.