Skip to content

Commit

Permalink
fix tidb-lightning errors (#1725)
Browse files Browse the repository at this point in the history
fixes for 9a3b1e2

Co-authored-by: Yunchi Luo <yunchi@yunchi.dev>
  • Loading branch information
sre-bot and mightyguava authored Feb 19, 2020
1 parent 2e5a9e5 commit 6a5df8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/tidb-lightning/templates/rclone-conf.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{{- if .Values.dataSource.remote.rcloneConfig }}
apiVersion: v1
kind: ConfigMap
metadata:
name: rclone-{{ include "tidb-lightning.name" . }}
type: Opaque
data:
config-file: |-
{{- if .Values.dataSource.remote.rcloneConfig }}
{{ .Values.dataSource.remote.rcloneConfig | indent 4 }}
{{- end -}}
{{- end }}

0 comments on commit 6a5df8c

Please sign in to comment.