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