Skip to content

Commit

Permalink
chore: ignore avp errors
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn08 committed Jun 24, 2024
1 parent 6d2ac9b commit 0c7b0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argo-cd/templates/cmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ data:
- "-c"
- |
helm template $ARGOCD_APP_NAME --include-crds -n $ARGOCD_APP_NAMESPACE ${ARGOCD_ENV_HELM_ARGS} . |
argocd-vault-plugin generate -s vault-configuration -
argocd-vault-plugin generate -s vault-configuration - |
&>/dev/null
lockRepo: false

0 comments on commit 0c7b0c5

Please sign in to comment.