Open
Description
Hi All,
We have workflow where we have to create ingress per cluster/project. Currently we have to create valuesFile or add targetCustomization block for every cluster where we required to create ingress.
We are using external charts and would like to use kustomize to patch the objects in case we set ingress_enabled=true
. I have not seen any example where kustomize utilize the variables for patching.
Is there any way we can patch ingress host dynamically using kustomize using helm variable?
e.g loki chart where we would like create ingress however, with different host based on cluster.