try this way of substituting in branch
This commit is contained in:
parent
4aaf7dfb08
commit
dfee55a2aa
|
|
@ -10,7 +10,7 @@ spec:
|
|||
source:
|
||||
path: k8s/argocd/overlays/{{ .Values.environment }}
|
||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: ${CI_BUILD_BRANCH}
|
||||
targetRevision: {{ .Values.gitBranch }}
|
||||
project: default
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ spec:
|
|||
source:
|
||||
path: k8s/applications
|
||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: {{ .Values.gitBranch }}
|
||||
targetRevision: ${CI_BUILD_BRANCH}
|
||||
project: default
|
||||
# syncPolicy:
|
||||
# syncOptions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue