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

feat(cert-manager): Add cert-manager-ca and cert-manager-letsencrypt #147

Closed
wants to merge 1 commit into from
Closed

feat(cert-manager): Add cert-manager-ca and cert-manager-letsencrypt #147

wants to merge 1 commit into from

Conversation

kbumsik
Copy link
Contributor

@kbumsik kbumsik commented Apr 3, 2023

Issue #, if available:

fixes: #127
Related: aws-ia/terraform-aws-eks-blueprints#1530

Description of changes:

As stated in #127 blueprint terraform allows installing Issuer CA and LetsEncrypt Issuer, however, when those settings are gone when GitOps is enabled.

This commit enables installing those issuers by using subchart.

The subcharts are copied from the terraform-aws-eks-blueprint modules:

The values are configred in blueprint here:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

fixes: #127

As stated in #127
blueprint terraform allows installing Issuer CA and LetsEncrypt Issuer,
however, when those settings are gone when GitOps is enabled.

This commit enables installing those issuers by using subchart.

The subcharts are copied from the terraform-aws-eks-blueprint modules:
- https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/modules/kubernetes-addons/cert-manager/cert-manager-ca
- https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/modules/kubernetes-addons/cert-manager/cert-manager-letsencrypt

The values are configred in blueprint here:
- https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/12e43950ab56eaba44307e14739d4860edd1511f/modules/kubernetes-addons/cert-manager/locals.tf#L47-L50
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 cluster issuers not working
1 participant