Skip to content

Commit 4352039

Browse files
committed
jsonnet: add list and watch permission for featuregate
Signed-off-by: Jayapriya Pai <[email protected]>
1 parent 055ea19 commit 4352039

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jsonnet/components/cluster-monitoring-operator.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function(params) {
213213
{
214214
apiGroups: ['config.openshift.io'],
215215
resources: ['featuregates'],
216-
verbs: ['get'],
216+
verbs: ['get', 'list', 'watch'],
217217
},
218218
{
219219
apiGroups: ['certificates.k8s.io'],

manifests/0000_50_cluster-monitoring-operator_02-role.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ rules:
132132
- featuregates
133133
verbs:
134134
- get
135+
- list
136+
- watch
135137
- apiGroups:
136138
- certificates.k8s.io
137139
resources:

0 commit comments

Comments
 (0)