Open
Description
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:
terraform-aws-eks-blueprints-addons/main.tf
Lines 1909 to 1921 in 2848b19