try this way of substituting in branch

This commit is contained in:
Seth Call 2025-07-19 21:24:03 -05:00
parent 4aaf7dfb08
commit dfee55a2aa
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ spec:
source: source:
path: k8s/argocd/overlays/{{ .Values.environment }} path: k8s/argocd/overlays/{{ .Values.environment }}
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: ${CI_BUILD_BRANCH} targetRevision: {{ .Values.gitBranch }}
project: default project: default
# syncPolicy: # syncPolicy:
# automated: # automated:

View File

@ -9,7 +9,7 @@ spec:
source: source:
path: k8s/applications path: k8s/applications
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: {{ .Values.gitBranch }} targetRevision: ${CI_BUILD_BRANCH}
project: default project: default
# syncPolicy: # syncPolicy:
# syncOptions: # syncOptions: