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
With version 5.0.7 of the chart the certificate template netbox/templates/Certificate.yaml is automatically included, if .Values.ingress.tls contains data (as I understand it). In our case this leads to a spurious self-signed certificate being issued in addition to the one we actually want and use.
Would it be possible to add a value switch to completely disable this in the template?
The text was updated successfully, but these errors were encountered:
With version 5.0.7 of the chart the certificate template
netbox/templates/Certificate.yaml
is automatically included, if .Values.ingress.tls contains data (as I understand it). In our case this leads to a spurious self-signed certificate being issued in addition to the one we actually want and use.Would it be possible to add a value switch to completely disable this in the template?
The text was updated successfully, but these errors were encountered: