Ingress hostname should be templated #31736
LucasRakotomalala
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a use case in which I want to deploy in different Kubernetes namespaces multiple Superset instance.
But since ingress hostname is not templated, the ingress hostname cannot depend on the release name and the release namespace.
Reproduction Steps
default
andtest
), using the samevalues.yaml
Error: INSTALLATION FAILED: 1 error occurred: * admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "superset.test.svc.cluster.local" and path "/" is already defined in ingress default
Ideas
In my opinion, the hosts should be templated, to be able to put the following in
values.yaml
:Also, in Bitnami Charts, it is currently supported.
Files impacted
Only one file should be impacted by having such a feature:
Also, the default way to add host to the ingress will still work.
Beta Was this translation helpful? Give feedback.
All reactions