Skip to content

Commit 7b345ca

Browse files
committed
Updating RBAC for CNC
1 parent 6729c0c commit 7b345ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/citrix-k8s-node-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
44
metadata:
55
name: citrix-node-controller
66
rules:
7-
- apiGroups: [""]
7+
- apiGroups: ["*"]
88
resources: ["configmaps", "pods"]
99
verbs: ["get", "list", "watch", "create", "patch", "delete", "update"]
1010
- apiGroups: [""]

0 commit comments

Comments
 (0)