diff --git a/helm-charts/easegress/templates/ClusterRole.yaml b/helm-charts/easegress/templates/ClusterRole.yaml index 78b4acb71f..6a77fa3366 100644 --- a/helm-charts/easegress/templates/ClusterRole.yaml +++ b/helm-charts/easegress/templates/ClusterRole.yaml @@ -6,3 +6,6 @@ rules: - apiGroups: [""] # "" indicates the core API group resources: ["services", "endpoints", "secrets"] verbs: ["get", "watch", "list"] + - apiGroups: ["networking.k8s.io"] + resources: ["ingresses"] + verbs: ["get", "watch", "list"]