From c74f8c08f2a719258b69872ac18f5f9ea8af70f4 Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Wed, 20 Jul 2022 09:31:39 -0400 Subject: [PATCH] remove perms no longer needed (#156) fixes: https://github.com/kiali/kiali/issues/5318 --- kiali-operator/templates/clusterrole.yaml | 24 ----------------------- 1 file changed, 24 deletions(-) diff --git a/kiali-operator/templates/clusterrole.yaml b/kiali-operator/templates/clusterrole.yaml index ddbc988..d11dd93 100644 --- a/kiali-operator/templates/clusterrole.yaml +++ b/kiali-operator/templates/clusterrole.yaml @@ -260,30 +260,6 @@ rules: - delete - patch {{- end }} -- apiGroups: ["authentication.maistra.io"] - resources: - - servicemeshpolicies - verbs: - - get - - list - - watch - {{- if eq .Values.onlyViewOnlyMode false }} - - create - - delete - - patch - {{- end }} -- apiGroups: ["rbac.maistra.io"] - resources: - - servicemeshrbacconfigs - verbs: - - get - - list - - watch - {{- if eq .Values.onlyViewOnlyMode false }} - - create - - delete - - patch - {{- end }} - apiGroups: ["apps.openshift.io"] resources: - deploymentconfigs