[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:
Rafael Ríos Saavedra
2022-09-30 16:25:32 +02:00
committed by GitHub
parent 47b96f59f1
commit 84558016ab
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}