1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/scripts/config/standard-with-profiling/kyverno.yaml
Khaled Emara 38feb7d694
ci: add load testing workflow (#9515)
Signed-off-by: Khaled Emara <khaled.emara@nirmata.com>
2024-01-29 12:30:51 +00:00

47 lines
886 B
YAML

features:
policyExceptions:
enabled: true
admissionController:
profiling:
enabled: true
serviceType: NodePort
nodePort: 30950
backgroundController:
rbac:
clusterRole:
extraResources:
- apiGroups:
- "*"
resources:
- configmaps
- networkpolicies
- resourcequotas
- secrets
- roles
- rolebindings
- limitranges
- namespaces
- nodes
- nodes/status
- pods
verbs:
- create
- update
- patch
- delete
- get
- list
cleanupController:
rbac:
clusterRole:
extraResources:
- apiGroups:
- ""
resources:
- pods
verbs:
- list
- delete