Skip to content

Commit

Permalink
Merge branch 'release-1.0' into automated-cherry-pick-of-pingcap#826-…
Browse files Browse the repository at this point in the history
…upstream-release-1.0
  • Loading branch information
aylei authored Nov 19, 2019
2 parents 1b3ba54 + 338b685 commit 83944da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tidb-cluster/templates/tidb-initializer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ spec:
- -c
- |
{{ tuple "scripts/_initialize_tidb_users.py.tpl" . | include "helm-toolkit.utils.template" | indent 10 }}
volumeMounts:
{{- if and (ne .Values.timezone "UTC") (ne .Values.timezone "") }}
env:
- name: TZ
value: {{ .Values.timezone | default "UTC" }}
{{- end }}
volumeMounts:
- name: password
mountPath: /etc/tidb/password
readOnly: true
Expand Down

0 comments on commit 83944da

Please sign in to comment.