You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a situation where I wanted to spin up CertManager resource to install your underlying helm chart with some specific extraArgs values like hereunder :
However, the extraArgs value is being ignored when the helm chart is being released because of the overrideValues for extraArgs[0] at the end of your watches.yaml file.
What would be your recommendation to easily pass such extra args to the cert-manager controller ?
The text was updated successfully, but these errors were encountered:
We are also running into this issue trying to generate certificates for GitLab. Without the --dns01-recursive-nameservers flag we are are unable to use this operator in OpenShift.
I am facing a situation where I wanted to spin up CertManager resource to install your underlying helm chart with some specific extraArgs values like hereunder :
However, the extraArgs value is being ignored when the helm chart is being released because of the overrideValues for extraArgs[0] at the end of your watches.yaml file.
What would be your recommendation to easily pass such extra args to the cert-manager controller ?
The text was updated successfully, but these errors were encountered: