passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
40 stars 27 forks source link

ingress tls using existing secret #51

Closed op-euga closed 9 months ago

op-euga commented 10 months ago

I want to use an existing secret for TLS of the ingress but the name is always {{ $Name }}-sec-{{ .secretName }} it would be great if this can be possible.

dlen commented 10 months ago

yeah at the moment you can change the suffix only but not the whole name of the secret. It is on the radar. Thanks for the suggestion