From fe31777e0de0356eaf5fd1903ce6c7e14a08b2eb Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 11 May 2025 01:33:17 +0300 Subject: [PATCH] Fix values file target --- argocd-apps/mailu.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/argocd-apps/mailu.yaml b/argocd-apps/mailu.yaml index dfa7d42..d715f6d 100644 --- a/argocd-apps/mailu.yaml +++ b/argocd-apps/mailu.yaml @@ -10,7 +10,10 @@ spec: targetRevision: HEAD path: deploy/mailu directory: - recurse: true # ✅ Enables applying all YAMLs in this directory + recurse: true + helm: + valueFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: mail-services