mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
* Ability to add custom policies in values file Signed-off-by: Thibaut Vanderhaegen <thibaut.vanderhaegen@linkurio.us> Co-authored-by: Chip Zoller <chipzoller@gmail.com> Co-authored-by: treydock <treydock@gmail.com>
4 lines
128 B
YAML
4 lines
128 B
YAML
{{- range .Values.customPolicies }}
|
|
---
|
|
{{ include "kyverno-policies.customPolicies" (dict "value" . "context" $) }}
|
|
{{- end }}
|