[BUG] Specifying a Custom Ingress hotsname via ingress.hosts[0].host
removes all the default Ingress config
#674
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to specify a custom host for our ingress resource via the chart variable designed for it, this actually removes all the other ingress config, i.e. the
path
, service selector, etc... and we need to specify this all manually by hand. This is not how this should work, and not how this work for any chart for other major projects.Code illustration:
override.yaml
:Resulting
Ingress
:override.yaml
:Resulting
Ingress
:The user then needs to specify manually:
Setting a custom hostname shouldn't override the
paths
for the hostname, and this is again how this is done for all major charts.