startechnica / apps

Community apps catalog for Kubernetes
Apache License 2.0
7 stars 5 forks source link

netbox: not possible to omit Certificate when .Values.ingress.tls is present #79

Open BenediktFloeser opened 2 months ago

BenediktFloeser commented 2 months ago

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?

K3ndu commented 6 days ago

Meanwhile when it will be fixed you can change the tls value to false and add the required tls configuration to extraTLS