mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
15 lines
470 B
YAML
15 lines
470 B
YAML
|
# Supported- baseline/restricted/privileged/custom
|
||
|
# For more info- https://kyverno.io/policies/pod-security
|
||
|
podSecurityStandard: baseline
|
||
|
# Supported- low/medium/high
|
||
|
podSecuritySeverity: medium
|
||
|
# Policies to include when podSecurityStandard is custom
|
||
|
podSecurityPolicies: []
|
||
|
# Supported values- `audit`, `enforce`
|
||
|
# For more info- https://kyverno.io/docs/writing-policies/validate/
|
||
|
validationFailureAction: audit
|
||
|
|
||
|
nameOverride:
|
||
|
# -- Additional labels
|
||
|
customLabels: {}
|