My k8s infrastructure was updated to 1.22. Earlier...
# deployment-kubernetes
a
My k8s infrastructure was updated to 1.22. Earlier the dagster helm chart was creating the ingress with
v1beta1
. Now, I want to switch to
v1
, as the
v1beta1
is no longer available. Is there a values I can override in the values.yaml to achieve this? Thanks.
b
@aniket use override version using values file
.Values.ingress.apiVersion
set to
"<http://networking.k8s.io/v1/Ingress|networking.k8s.io/v1/Ingress>"