mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[bitnami/clickhouse] Fix toleration rendering (#12728)
* [bitnami/clickhouse] Fix toleration rendering Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> * Update bitnami/clickhouse/Chart.yaml Co-authored-by: Miguel Ruiz <miruiz@vmware.com> Signed-off-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com> Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> Signed-off-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com> Signed-off-by: Rafael Ríos Saavedra <rrios@vmware.com> Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
47b96f59f1
commit
84558016ab
@@ -25,4 +25,4 @@ name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
|
||||
- https://github.com/ClickHouse/ClickHouse
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
nodeSelector: {{- include "common.tplvalues.render" ( dict "value" $.Values.nodeSelector "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if $.Values.tolerations }}
|
||||
tolerations: {{- include "common.tplvalues.render" (dict "value" $.Values.tolerations "context" .) | nindent 8 }}
|
||||
tolerations: {{- include "common.tplvalues.render" (dict "value" $.Values.tolerations "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if $.Values.priorityClassName }}
|
||||
priorityClassName: {{ $.Values.priorityClassName | quote }}
|
||||
|
||||
Reference in New Issue
Block a user