Skip to content
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

Close aws-ia/terraform-aws-eks-blueprints-addons/#420 cert manager using deprecated option #435

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mquerves2
Copy link

What does this PR do?

Close issue ws-ia/terraform-aws-eks-blueprints-addons/#420 replacing deprecated value set with new version.

Motivation

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I ran pre-commit run -a with this PR

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@mquerves2 mquerves2 requested a review from a team as a code owner November 15, 2024 18:33
@@ -1909,7 +1909,11 @@ module "cert_manager" {
postrender = try(var.cert_manager.postrender, [])
set = concat([
{
name = "installCRDs"
name = "crds.enabled"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this change on its own is valid - I suspect this is tied to a new major version which would be a breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cert Manager Currently Using deprecated option
3 participants