mirror of
https://github.com/bitnami/charts.git
synced 2026-02-15 15:57:15 +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:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
|
||||
- https://github.com/ClickHouse/ClickHouse
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
|
||||
@@ -66,7 +66,7 @@ spec:
|
||||
schedulerName: {{ $.Values.schedulerName | quote }}
|
||||
{{- end }}
|
||||
{{- 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 }}
|
||||
{{- if $.Values.podSecurityContext.enabled }}
|
||||
securityContext: {{- omit $.Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user