mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
when `ingress.tls` is `true`, TLS config for `ingress.hostname` should be applied if either one of the following 3 conditions is met: 1. `certManager` is enabled 2. `selfSigned` is enabled 3. `hostname-tls` secret is configured separately. Previously, condition 3 was not covered. fixes: #7143