From 90ea59f0487eb97dd67149f561b8d0d9c4d127ec Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 19 Jul 2025 20:51:44 -0500 Subject: [PATCH] One missing HEAD reference --- k8s/argocd/base/applications.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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