feat: Create an IngressClass resource in the helm chart (#1072)

This commit is contained in:
Kent Dong
2024-07-02 21:22:00 +08:00
committed by GitHub
parent 086a9cc973
commit 56226d5052

View File

@@ -0,0 +1,6 @@
apiVersion: networking.k8s.io/v1
kind: IngressClass
metadata:
name: {{ .Values.global.ingressClass }}
spec:
controller: higress.io/higress-controller