Skip to content

Commit

Permalink
fix tidb-lightning errors (#1723)
Browse files Browse the repository at this point in the history
fixes for 9a3b1e2
  • Loading branch information
mightyguava authored Feb 19, 2020
1 parent 9f41d57 commit bf112e2
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 bf112e2

Please sign in to comment.