bjw-s / helm-charts

A collection of Helm charts
https://bjw-s.github.io/helm-charts/
Apache License 2.0
582 stars 106 forks source link

Allow adding a prefix to Ingress names or overriding them entirely #199

Open runenielsen opened 1 year ago

runenielsen commented 1 year ago

Details

Currently there's a property nameOverride: under ingress:, where you can override the suffix used for an Ingress' name, see: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml

We would like to be able to add a prefix instead, unless there's a specific reason, this is a bad idea?

Our case is that we have the same service in multiple namespaces in our test environment, and we would like the ingress names to be prefixed with the namespace name.

Anything else you would like to add:

No.

Additional Information:

No.

bjw-s commented 1 month ago

I am planning to rename the nameOverride key to suffix in v4, no reason why I can't then also add a prefix key