mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
e1daf2085d
* Switch Helm CRDs back to kyverno chart and move Policies to dedicate chart Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> * Fix policies chart labels Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> * Remove README items moved to kyverno-policies chart Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
14 lines
470 B
YAML
14 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: {}
|