We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6729c0c commit 7b345caCopy full SHA for 7b345ca
deploy/citrix-k8s-node-controller.yaml
@@ -4,7 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
4
metadata:
5
name: citrix-node-controller
6
rules:
7
- - apiGroups: [""]
+ - apiGroups: ["*"]
8
resources: ["configmaps", "pods"]
9
verbs: ["get", "list", "watch", "create", "patch", "delete", "update"]
10
- apiGroups: [""]
0 commit comments