You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: