kargo icon indicating copy to clipboard operation
kargo copied to clipboard

Mongo-express ingress tls secret name doesn't take hostOverride into account

Open robinbourianes-kalisio opened this issue 2 years ago • 0 comments

That's a problem because for example on our namespaces we have 2 mongo-express (apps & odh). They both endup referencing the same tls secret since the secret name is only based on the name of the chart (cf. https://github.com/kalisio/kargo/blob/master/charts/kargo/templates/_ingress.yaml#L38) Maybe we should build a name using the host ?

robinbourianes-kalisio avatar May 05 '22 09:05 robinbourianes-kalisio