1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00

fix: indendation in priority configuration template (#10423)

Fixes #10372

Signed-off-by: Linda Ārende <64084638+LindaArende@users.noreply.github.com>
This commit is contained in:
Linda Ārende 2024-06-11 10:43:21 +03:00 committed by GitHub
parent 91d628bd72
commit b9db2c176d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,6 @@ metadata:
{{- include "kyverno.admission-controller.labels" . | nindent 4 }}
{{- with .Values.admissionController.priorityLevelConfigurationSpec }}
spec:
{{- tpl (toYaml .) $ | nindent 8 }}
{{- tpl (toYaml .) $ | nindent 2 }}
{{- end }}
{{- end }}