1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/charts/kyverno-policies/templates/other/custom-policies.yaml
Thibaut Vanderhaegen 61969c5225
feat: ability to add custom policies in values file (#10320)
* 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>
2024-05-29 16:24:36 +00:00

4 lines
128 B
YAML

{{- range .Values.customPolicies }}
---
{{ include "kyverno-policies.customPolicies" (dict "value" . "context" $) }}
{{- end }}