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 83944da + 847c8ae commit 15224e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/tidb-cluster/templates/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ spec:
annotations:
{{ toYaml .Values.pd.annotations | indent 6 }}
{{- end }}
{{- if .Values.pd.podSecurityContext }}
podSecurityContext:
{{ toYaml .Values.pd.podSecurityContext | indent 6}}
{{- end }}
tikv:
replicas: {{ .Values.tikv.replicas }}
image: {{ .Values.tikv.image }}
Expand All @@ -69,9 +71,11 @@ spec:
annotations:
{{ toYaml .Values.tikv.annotations | indent 6 }}
{{- end }}
maxFailoverCount: {{ .Values.tikv.maxFailoverCount | default 3 }}
{{- if .Values.tikv.podSecurityContext }}
podSecurityContext:
{{ toYaml .Values.tikv.podSecurityContext | indent 6}}
{{- end }}
maxFailoverCount: {{ .Values.tikv.maxFailoverCount | default 3 }}
tidb:
replicas: {{ .Values.tidb.replicas }}
image: {{ .Values.tidb.image }}
Expand All @@ -91,8 +95,10 @@ spec:
annotations:
{{ toYaml .Values.tidb.annotations | indent 6 }}
{{- end }}
{{- if .Values.tidb.podSecurityContext }}
podSecurityContext:
{{ toYaml .Values.tidb.podSecurityContext | indent 6}}
{{- end }}
binlogEnabled: {{ .Values.binlog.pump.create | default false }}
maxFailoverCount: {{ .Values.tidb.maxFailoverCount | default 3 }}
separateSlowLog: {{ .Values.tidb.separateSlowLog | default false }}
Expand Down

0 comments on commit 15224e4

Please sign in to comment.