From 434db5933c6b159d3e6c1ac9d86643dfe60b68e5 Mon Sep 17 00:00:00 2001 From: Adam Cattermole Date: Tue, 21 Nov 2023 14:07:07 +0000 Subject: [PATCH] Update rbac for Istio CR --- .../kuadrant-operator.clusterserviceversion.yaml | 11 +++++++++++ config/rbac/role.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml index 7e4a068a9..eafc753be 100644 --- a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml @@ -365,6 +365,17 @@ spec: - patch - update - watch + - apiGroups: + - operator.istio.io + resources: + - istios + verbs: + - create + - get + - list + - patch + - update + - watch - apiGroups: - security.istio.io resources: diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 7a8aa135a..dfa9506ae 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -262,6 +262,17 @@ rules: - patch - update - watch +- apiGroups: + - operator.istio.io + resources: + - istios + verbs: + - create + - get + - list + - patch + - update + - watch - apiGroups: - security.istio.io resources: