Skip to content

Commit

Permalink
Fix rclone secret indent level (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorsApps authored Apr 16, 2023
1 parent 396272c commit b74f8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/minecraft/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: minecraft
version: 4.7.3
version: 4.7.4
appVersion: SeeValues
home: https://minecraft.net/
description: Minecraft server
Expand Down
2 changes: 1 addition & 1 deletion charts/minecraft/templates/rclone-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: Opaque
data:
rclone.conf: |-
{{- if .Values.mcbackup.rcloneConfig }}
{{ tpl .Values.mcbackup.rcloneConfig . | indent 4 | b64enc | quote }}
{{ tpl .Values.mcbackup.rcloneConfig . | b64enc | indent 4 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit b74f8a5

Please sign in to comment.