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:
parent
91d628bd72
commit
b9db2c176d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue