Open dkravetz opened 1 year ago
I am having the same issue while deploying vault with eks blueprints addons and argocd (argocd_manage_add_ons=true). The issue comes from this code. See similar implementation for external-dns. I will make a PR to address this.
Hi,
I'm exploring the use cases of AWS Blueprints, and when trying to deploy Vault using GitOps, the customization options are virtually non-existant compared to the Terraform managed flow. In particular, I'm trying to do:
but the only option that seems to propagate to the ArgoCD app of Apps used here is simply to toggle
enabled
. Am I missing something here, or does the GitOps approach not cover 1:1 the customizable settings?Thank you for the development of the add-on and for taking the time!