diff --git a/helm/core/templates/ingressclass.yaml b/helm/core/templates/ingressclass.yaml new file mode 100644 index 000000000..000e1117e --- /dev/null +++ b/helm/core/templates/ingressclass.yaml @@ -0,0 +1,6 @@ +apiVersion: networking.k8s.io/v1 +kind: IngressClass +metadata: + name: {{ .Values.global.ingressClass }} +spec: + controller: higress.io/higress-controller \ No newline at end of file