xiaomei.li

Results 2 issues of xiaomei.li

I installed argocd-vault-plugin via sidecar, and I could generated the secret directly through the avp container in argocd-repo-server pod, but the same secret can't be injected automaticlly when creating it...

[https://argocd-vault-plugin.readthedocs.io/en/stable/usage/#with-additional-helm-arguments](https://argocd-vault-plugin.readthedocs.io/en/stable/usage/#with-additional-helm-arguments ) For argocd-cm ConfigMap configured plugins: The generate args is `["helm template $ARGOCD_APP_NAME ${helm_args} . --install-crds | argocd-vault-plugin generate -"]` For sidecar configured plugins: The generate args is `...