From 8001e03cffbd30c565d476a8be53fa93b5b8df56 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Fri, 16 May 2025 16:57:06 +0300 Subject: [PATCH] Remove helm values path --- argocd-apps/vault.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd-apps/vault.yaml b/argocd-apps/vault.yaml index 21ded55..5dbecfd 100644 --- a/argocd-apps/vault.yaml +++ b/argocd-apps/vault.yaml @@ -11,9 +11,9 @@ spec: path: charts/vault directory: recurse: true - helm: - valueFiles: - - ../../manifests/vault/values.yaml + # helm: + # valueFiles: + # - ../../manifests/vault/values.yaml destination: server: https://kubernetes.default.svc namespace: dev-tools