terraform-iaac / terraform-kubernetes-cert-manager

Terraform module for Kubernetes Cert Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preferredChain field optional

timclifford opened this issue · comments

Given recently updates here: cert-manager/cert-manager#6755

It would useful to have the preferredChain not hardcoded to ISRG Root X1 and make it optional/configurable within this module.

preferredChain = "ISRG Root X1"

Making this a variable would be ideal

@timclifford Hi, added support to version v2.6.3. Thank you!