2023-03-06 15:39:07 +01:00
|
|
|
admissionController:
|
|
|
|
container:
|
|
|
|
extraArgs:
|
2023-03-17 13:43:05 +01:00
|
|
|
enablePolicyException: true
|
2022-12-07 11:30:47 +01:00
|
|
|
|
2023-02-01 00:12:34 +08:00
|
|
|
backgroundController:
|
2023-04-13 20:46:37 +02:00
|
|
|
extraArgs:
|
|
|
|
enablePolicyException: true
|
|
|
|
|
2023-02-01 00:12:34 +08:00
|
|
|
rbac:
|
|
|
|
clusterRole:
|
|
|
|
extraResources:
|
2023-02-06 06:49:47 +01:00
|
|
|
- apiGroups:
|
|
|
|
- '*'
|
|
|
|
resources:
|
|
|
|
- configmaps
|
2023-02-27 09:39:18 -05:00
|
|
|
- networkpolicies
|
2023-02-24 22:59:55 +08:00
|
|
|
- resourcequotas
|
2023-02-06 06:49:47 +01:00
|
|
|
- secrets
|
|
|
|
- roles
|
|
|
|
- rolebindings
|
|
|
|
- limitranges
|
|
|
|
- namespaces
|
|
|
|
- nodes
|
|
|
|
- nodes/status
|
|
|
|
- pods
|
2023-03-16 13:03:52 +01:00
|
|
|
|
|
|
|
cleanupController:
|
|
|
|
rbac:
|
|
|
|
clusterRole:
|
|
|
|
extraResources:
|
|
|
|
- apiGroups:
|
|
|
|
- ''
|
|
|
|
resources:
|
|
|
|
- pods
|
|
|
|
|
|
|
|
reportsController:
|
|
|
|
extraArgs:
|
|
|
|
enablePolicyException: true
|