From 135c2f2d21560c5a88872e8d4fba132865b19094 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Fri, 16 May 2025 15:17:39 +0300 Subject: [PATCH] Deploy everything from manifests/vault --- argocd-apps/vault.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/argocd-apps/vault.yaml b/argocd-apps/vault.yaml index 82506cd..5dbecfd 100644 --- a/argocd-apps/vault.yaml +++ b/argocd-apps/vault.yaml @@ -9,9 +9,11 @@ spec: repoURL: 'https://git.dvirlabs.com/dvirlabs/dev-tools.git' targetRevision: HEAD path: charts/vault - helm: - valueFiles: - - ../../manifests/vault/values.yaml + directory: + recurse: true + # helm: + # valueFiles: + # - ../../manifests/vault/values.yaml destination: server: https://kubernetes.default.svc namespace: dev-tools