Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed Aug 8, 2019
1 parent 6e185f5 commit 40f9fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tidb-cluster/templates/pump-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- end }}
{{- if .Values.binlog.pump.tolerations }}
tolerations:
{{ toYaml .Values.binlog.pump.tolerations | indent 8 }}
{{ toYaml .Values.binlog.pump.tolerations | indent 8 }}
{{- end }}
containers:
- name: pump
Expand Down

0 comments on commit 40f9fca

Please sign in to comment.