diff --git a/deployment/scheduler/templates/scheduler-pruner-configmap.yaml b/deployment/scheduler/templates/scheduler-pruner-configmap.yaml index 0b78ee27435..f95f910b2bd 100644 --- a/deployment/scheduler/templates/scheduler-pruner-configmap.yaml +++ b/deployment/scheduler/templates/scheduler-pruner-configmap.yaml @@ -8,5 +8,5 @@ metadata: data: {{ include "armada-scheduler-pruner.config.filename" . }}: | {{- if .Values.pruner.applicationConfig }} -{{ toYaml .Values.pruner.applicationConfig | b64enc | indent 4 }} +{{ toYaml .Values.pruner.applicationConfig | indent 4 }} {{- end }}