wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

Fixing Nil Pointer Exception when using Ingress without TLS #136

Closed ehsavoie closed 10 months ago

ehsavoie commented 10 months ago

Checking if the .Values.deploy.ingress.tls is defined before checking for .Values.deploy.ingress.tls.secret

Issue: https://github.com/wildfly/wildfly-charts/issues/135