File tree 2 files changed +43
-0
lines changed
charts/opentelemetry-operator
examples/feature-gates/rendered
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,26 @@ rules:
216
216
- patch
217
217
- update
218
218
- watch
219
+ - apiGroups :
220
+ - opentelemetry.io
221
+ resources :
222
+ - targetallocators
223
+ verbs :
224
+ - create
225
+ - delete
226
+ - get
227
+ - list
228
+ - patch
229
+ - update
230
+ - watch
231
+ - apiGroups :
232
+ - opentelemetry.io
233
+ resources :
234
+ - targetallocators/status
235
+ verbs :
236
+ - get
237
+ - patch
238
+ - update
219
239
- apiGroups :
220
240
- cert-manager.io
221
241
resources :
Original file line number Diff line number Diff line change 92
92
resources :
93
93
- nodes
94
94
- namespaces
95
+ - secrets
95
96
verbs :
96
97
- get
97
98
- list
@@ -236,6 +237,28 @@ rules:
236
237
- update
237
238
- watch
238
239
{{- if .Values.manager.featureGatesMap }}
240
+ {{- if ".Values.manager.featureGatesMap.operator.targetAllocatorCR" }}
241
+ - apiGroups :
242
+ - opentelemetry.io
243
+ resources :
244
+ - targetallocators
245
+ verbs :
246
+ - create
247
+ - delete
248
+ - get
249
+ - list
250
+ - patch
251
+ - update
252
+ - watch
253
+ - apiGroups :
254
+ - opentelemetry.io
255
+ resources :
256
+ - targetallocators/status
257
+ verbs :
258
+ - get
259
+ - patch
260
+ - update
261
+ {{- end }}
239
262
{{- if ".Values.manager.featureGatesMap.operator.targetallocator.mtls" }}
240
263
- apiGroups :
241
264
- cert-manager.io
You can’t perform that action at this time.
0 commit comments