Skip to content

Commit 53d9627

Browse files
authored
OCPBUGS-39111: add missing permission to get nmstate CRs (openshift#993)
1 parent 0bb2f6b commit 53d9627

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

manifests/03-clusterrole.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,14 @@ rules:
345345
verbs:
346346
- get
347347
- list
348+
- apiGroups:
349+
- nmstate.io
350+
resources:
351+
- nodenetworkconfigurationpolicies
352+
- nodenetworkstates
353+
verbs:
354+
- get
355+
- list
348356
---
349357
apiVersion: rbac.authorization.k8s.io/v1
350358
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)