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

Cert Manager Currently Using deprecated option

Open ansasi opened this issue 1 year ago • 1 comments

Cert_Manager is currently using installCRDs by default, which is a deprecated option of the helm chart of cert_manager. This should be updated to use crds.enabled = true + crds.keep = true.

These are the lines of coded that should be reviewed: https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/2848b19fc0fca370456c2ef45313ed4b6395e5b2/main.tf#L1909-L1921

ansasi avatar Oct 08 '24 09:10 ansasi