diff --git a/vcluster-0.28.0/templates/ingress.yaml b/vcluster-0.28.0/templates/ingress.yaml index 3530887..0f4c4b5 100644 --- a/vcluster-0.28.0/templates/ingress.yaml +++ b/vcluster-0.28.0/templates/ingress.yaml @@ -18,6 +18,7 @@ metadata: {{ toYaml .Values.controlPlane.ingress.labels | indent 4 }} {{- end }} spec: + ingressClassName: nginx {{- with .Values.controlPlane.ingress.spec }} {{- tpl (toYaml .) $ | nindent 2 }} {{- end }}