-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Velero kubernete addon ...manage_via_gitops does not work #61
Comments
Hey, if you are referring to using https://github.com/aws-samples/eks-blueprints-add-ons , velero is not there, that's why it's not being installed for you and others. |
aws-samples/eks-blueprints-add-ons#113 created, once merge feel free to give it another run |
I'm currently doing a PoC with blueprints, managing add-ons via GitOps and this is still a present problem. Even when adding locally Moreover, I end up with the following error messages, despite the fields being specified, whenever I sync Velero with Argo. If I Sync with |
thank you for the issue! At this time we are re-evaluating the integration between Terraform and GitOps operators like ArgoCD. We have removed the integration from the current project and will be tracking all feedback input in #114 while developing the next iteration of this integration |
Description
I cannot install Velero using argocd. It always installs via helm
I am using the following...
argocd_manage_add_ons = true
Other modules are working fine and install via argocd eg externaldns
The velero module is missing this line...
manage_via_gitops = var.manage_via_gitops
Versions
Module version : v4.14.0
Terraform version: 1.1.9
The text was updated successfully, but these errors were encountered: