From 4c40dcfb474e0438af9947a37a7f1859effc7101 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 11 May 2025 01:47:37 +0300 Subject: [PATCH] Fix values file target --- argocd-apps/mailu.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/argocd-apps/mailu.yaml b/argocd-apps/mailu.yaml index 0df3c61..df97191 100644 --- a/argocd-apps/mailu.yaml +++ b/argocd-apps/mailu.yaml @@ -8,10 +8,12 @@ spec: source: repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' targetRevision: HEAD - path: deploy/mailu/helm-chart/mailu + path: deploy/mailu + directory: + recurse: true helm: valueFiles: - - ../manifests/values.yaml + - ../../manifests/values.yaml destination: server: https://kubernetes.default.svc namespace: mail-services