Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 8, 2024
1 parent a2a8544 commit 0f7b870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rclone-copy/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ data:
{{- if .Values.configPassword }}
password: {{ .Values.configPassword | b64enc }}
{{- end }}
rclone.conf: {{ .Values.rcloneConf | nindent 4 }}
rclone.conf: {{ .Values.rcloneConf | nindent 4 | b64enc }}

0 comments on commit 0f7b870

Please sign in to comment.