From 0f76612b97bb33cff015454dd23dcea182a3de89 Mon Sep 17 00:00:00 2001 From: Negash Date: Thu, 2 Mar 2023 21:19:14 +0500 Subject: [PATCH] Add daemonsets to ClusterRole for check CNI Signed-off-by: Negash --- submariner-operator/templates/rbac.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 4bf02bb..0ebb7e9 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -465,6 +465,14 @@ rules: verbs: - get - create + - apiGroups: + - apps + resources: + - daemonsets + verbs: + - get + - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding