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 f5a4c48 commit 15a4892Copy full SHA for 15a4892
charts/api-syncagent/templates/rbac.yaml
@@ -52,6 +52,40 @@ rules:
52
- watch
53
- create
54
- update
55
+ - apiGroups:
56
+ - ""
57
+ resources:
58
+ - namespaces
59
+ verbs:
60
+ - get
61
+ - list
62
+ - watch
63
+ - create
64
65
+ - apiextensions.k8s.io
66
67
+ - customresourcedefinitions
68
69
70
71
72
73
+ - syncagent.kcp.io
74
75
+ - publishedresources
76
77
78
79
80
81
82
83
+ - publishedresources/status
84
85
86
87
+ - update
88
+ - patch
89
90
---
91
apiVersion: rbac.authorization.k8s.io/v1
0 commit comments