cert-manager / trust-manager

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.
https://cert-manager.io/docs/projects/trust-manager/
Apache License 2.0
251 stars 66 forks source link

Chart is not allowing to pass Certificate Issuer name through value.yaml #312

Open ipsita2192 opened 7 months ago

ipsita2192 commented 7 months ago

The values.yaml file cannot be used to pass the certificate issuer name through the trust-manager chart. The issuer's name in "template/certificate.yaml" is derived from the chart name. It is advised that the issuer creation section be further configurable, so that the issuer name field should not use the chart name and that the issuer will be created if "enable_issuer: true".