mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/clickhouse] Fix render topologySpreadConstraints (#13083)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com> Co-authored-by: Celia Garcia <61272496+CeliaGMqrz@users.noreply.github.com>
This commit is contained in:
@@ -25,4 +25,4 @@ name: clickhouse
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
|
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
|
||||||
- https://github.com/ClickHouse/ClickHouse
|
- https://github.com/ClickHouse/ClickHouse
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ spec:
|
|||||||
schedulerName: {{ $.Values.schedulerName | quote }}
|
schedulerName: {{ $.Values.schedulerName | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $.Values.topologySpreadConstraints }}
|
{{- if $.Values.topologySpreadConstraints }}
|
||||||
topologySpreadConstraints: {{- include "common.tplvalues.render" (dict "value" $.Values.topologySpreadConstraints "context" .) | nindent 8 }}
|
topologySpreadConstraints: {{- include "common.tplvalues.render" (dict "value" $.Values.topologySpreadConstraints "context" $) | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $.Values.podSecurityContext.enabled }}
|
{{- if $.Values.podSecurityContext.enabled }}
|
||||||
securityContext: {{- omit $.Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
|
securityContext: {{- omit $.Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user