diff --git a/k8s/argocd/base/applications.yaml b/k8s/argocd/base/applications.yaml index 04a54c9..5df2523 100644 --- a/k8s/argocd/base/applications.yaml +++ b/k8s/argocd/base/applications.yaml @@ -9,7 +9,7 @@ spec: source: path: k8s/applications repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' - targetRevision: HEAD + targetRevision: {{ .Values.gitBranch }} project: default # syncPolicy: # syncOptions: @@ -21,4 +21,4 @@ spec: # backoff: # duration: 5s # factor: 2 - # maxDuration: 3m \ No newline at end of file + # maxDuration: 3m