From 80ca32b34896d36f18346b4cb2caeee1ab3719bb Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Mon, 4 Sep 2023 13:38:03 +0700 Subject: [PATCH] argocd(fix): wrong values path --- state/gullfaxi/system/argocd/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/gullfaxi/system/argocd/application.yaml b/state/gullfaxi/system/argocd/application.yaml index 6c8646a..ffb8cd1 100644 --- a/state/gullfaxi/system/argocd/application.yaml +++ b/state/gullfaxi/system/argocd/application.yaml @@ -20,7 +20,7 @@ spec: targetRevision: 5.45.0 helm: valueFiles: - - $values/state/gullfaxi/system/argocd-values.yaml + - $values/state/gullfaxi/system/argocd/values.yaml - repoURL: git@github.com:amkartashov/gf-k8s.git targetRevision: main ref: values