aws-samples / eks-blueprints-add-ons

MIT No Attribution
137 stars 756 forks source link

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

Closed kbumsik closed 1 year ago

kbumsik commented 1 year ago

Issue #, if available:

fixes: #127 Related: https://github.com/aws-ia/terraform-aws-eks-blueprints/pull/1530

Description of changes:

As stated in https://github.com/aws-samples/eks-blueprints-add-ons/issues/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.