chore(helm): run descedulerPolicy thru tpl func for more chart control

This commit is contained in:
Satbir Chahal
2025-04-03 05:30:17 -07:00
parent 2cce60dc2b
commit 603473839a
+1 -1
View File
@@ -10,5 +10,5 @@ data:
policy.yaml: |
apiVersion: "{{ .Values.deschedulerPolicyAPIVersion }}"
kind: "DeschedulerPolicy"
{{ toYaml .Values.deschedulerPolicy | trim | indent 4 }}
{{ tpl (toYaml .Values.deschedulerPolicy) . | trim | indent 4 }}
{{- end }}