@@ -98,12 +98,12 @@ system:
98
98
verbs : ["get", "update", "patch", "list", "watch"]
99
99
- apiGroups : ["admissionregistration.k8s.io"]
100
100
resources : ["validatingwebhookconfigurations"]
101
- verbs : ["update", "list", "watch", "get"]
101
+ verbs : ["update", "list", "watch", "get", "create" ]
102
102
read-inventory :
103
103
rules :
104
104
- apiGroups : [""]
105
105
resources : ["namespaces", "pods", "serviceaccounts", "endpoints", "services", "configmaps", "secrets", "nodes", "nodes/proxy"]
106
- verbs : ["get", "list", "watch"]
106
+ verbs : ["get", "list", "watch", "create" ]
107
107
- apiGroups : ["apps"]
108
108
resources : ["replicasets", "deployments", "statefulsets", "daemonsets"]
109
109
verbs : ["get", "list", "watch"]
@@ -112,7 +112,7 @@ system:
112
112
verbs : ["get", "list", "watch"]
113
113
- apiGroups : ["rbac.authorization.k8s.io"]
114
114
resources : ["clusterroles", "roles", "rolebindings", "clusterrolebindings"]
115
- verbs : ["get", "list", "watch"]
115
+ verbs : ["get", "list", "watch", "create" ]
116
116
- apiGroups : ["networking.k8s.io"]
117
117
resources : ["networkpolicies", "ingresses"]
118
118
verbs : ["get", "list", "watch"]
0 commit comments