diff --git a/kiali-operator/templates/clusterrole.yaml b/kiali-operator/templates/clusterrole.yaml index 47c6675..3997fd8 100644 --- a/kiali-operator/templates/clusterrole.yaml +++ b/kiali-operator/templates/clusterrole.yaml @@ -252,6 +252,7 @@ rules: - security.istio.io - extensions.istio.io - telemetry.istio.io + - gateway.networking.k8s.io resources: ["*"] verbs: - get diff --git a/kiali-server/templates/role-viewer.yaml b/kiali-server/templates/role-viewer.yaml index 849f811..8c7fda1 100644 --- a/kiali-server/templates/role-viewer.yaml +++ b/kiali-server/templates/role-viewer.yaml @@ -56,6 +56,7 @@ rules: - security.istio.io - extensions.istio.io - telemetry.istio.io + - gateway.networking.k8s.io resources: ["*"] verbs: - get diff --git a/kiali-server/templates/role.yaml b/kiali-server/templates/role.yaml index f5e9d95..8969da3 100644 --- a/kiali-server/templates/role.yaml +++ b/kiali-server/templates/role.yaml @@ -59,6 +59,7 @@ rules: - security.istio.io - extensions.istio.io - telemetry.istio.io + - gateway.networking.k8s.io resources: ["*"] verbs: - get