terraform-aws-eks-blueprints icon indicating copy to clipboard operation
terraform-aws-eks-blueprints copied to clipboard

Velero kubernete addon ...manage_via_gitops does not work

Open bmacauley opened this issue 2 years ago • 2 comments

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

bmacauley avatar Nov 03 '22 23:11 bmacauley