kalisio / kargo

A K8S based solution to build and operate Geospatial Platforms
https://kalisio.github.io/kargo/
MIT License
23 stars 6 forks source link

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

Closed robinbourianes-kalisio closed 4 months ago

robinbourianes-kalisio commented 2 years ago

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 commented 4 months ago

Has been fixed with 25dddd5aad523cea54252310570530a9b3b091ed