I’m deploying a helm chart and I want to not inclu...
# general
i
I’m deploying a helm chart and I want to not include an object in the chart. Specifically in the istio helm chart there is an
istio-autogenerated-k8s-ingress
Gateway object that I don’t want to deploy. Can I use a transformation to achieve this? I tried using a
delete obj
and
obj = {}
but it still deploys the gateway.