We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0694458 commit ee344d8Copy full SHA for ee344d8
config/rbac/role.yaml
@@ -80,4 +80,36 @@ rules:
80
- update
81
- watch
82
83
+##
84
+## Custom rules needed by real helm chart operator to manage all operator resources)
85
86
+- apiGroups:
87
+ - apiextensions.k8s.io
88
+ resources:
89
+ - customresourcedefinitions
90
+ verbs:
91
+ - '*'
92
93
+ - rbac.authorization.k8s.io
94
95
+ - clusterroles
96
+ - clusterrolebindings
97
+ - roles
98
+ - rolebindings
99
100
101
102
+ - ""
103
104
+ - serviceaccounts
105
+ - services
106
107
108
109
+ - apps
110
111
+ - deployments
112
113
114
+
115
#+kubebuilder:scaffold:rules
0 commit comments