v2.0.30 - cert-manager refactor
The way that the terraform kubernetes_manifest
has changed and the applying of the cert-manager's issuers CRDs were failing b/c the initial version installed the helm chart and the issues in one module. The kubernetes apply of the issuers did have a depends on for the cert-manager's helm chart but that doesnt seem to work now.
This release:
- Separates out the cert-manager helm install into one module and another module for the cert-manager-issuers