Skip to content

Commit

Permalink
fix base64 encode (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 authored Jan 21, 2025
1 parent 5ac2175 commit 2ec2dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2ec2dba

Please sign in to comment.