mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +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:
@@ -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