invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
398 stars 264 forks source link

Helm chart: Secret name for tls cert is not configurable #515

Open Ramblurr opened 1 year ago

Ramblurr commented 1 year ago

https://github.com/invoiceninja/dockerfiles/blob/e5debf03d415a1d1453787e073a1223d6cc4c066/charts/invoiceninja/templates/ingress.yaml#LL57C1-L57C65

The secret name for the tls cert isn't configurable, it is common to already have a TLS cert in the deployed namespace, and it might not have the name that the chart assumes (especially if it is a wildcard cert).

Proposal: