From 82e58c4bbc0cb144e3909e272ee8da7b973196d7 Mon Sep 17 00:00:00 2001 From: Flow Date: Mon, 24 Jun 2024 21:58:26 +0300 Subject: [PATCH] chore: revert avp --- argo-cd/templates/cmp.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/argo-cd/templates/cmp.yaml b/argo-cd/templates/cmp.yaml index 01c82899..ea296294 100644 --- a/argo-cd/templates/cmp.yaml +++ b/argo-cd/templates/cmp.yaml @@ -32,7 +32,6 @@ data: - bash - "-c" - | - helm template $ARGOCD_APP_NAME --include-crds -n $ARGOCD_APP_NAMESPACE ${ARGOCD_ENV_HELM_ARGS} . > template.yaml - argocd-vault-plugin generate -s vault-configuration template.yaml || true - cat template.yaml + helm template $ARGOCD_APP_NAME --include-crds -n $ARGOCD_APP_NAMESPACE ${ARGOCD_ENV_HELM_ARGS} . | + argocd-vault-plugin generate -s vault-configuration - lockRepo: false