[bitnami/clickhouse] Remove syntax error in statefulset.yaml. Resolve #19496 (#19497)

This commit is contained in:
Kamil Skrzypiński
2023-09-25 11:00:38 +02:00
committed by GitHub
parent 946600ecf1
commit 6c8b946cc4
2 changed files with 2 additions and 2 deletions

View File

@@ -35,4 +35,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 4.0.2
version: 4.0.3

View File

@@ -403,7 +403,7 @@ spec:
volumeClaimTemplates:
- metadata:
name: data
{{- if or $.Values.persistence.annotations $.Values.commonAnnotations }}}
{{- if or $.Values.persistence.annotations $.Values.commonAnnotations }}
{{- $claimAnnotations := include "common.tplvalues.merge" ( dict "values" ( list $.Values.persistence.annotations $.Values.commonLabels ) "context" $ ) }}
annotations: {{- include "common.tplvalues.render" ( dict "value" $claimAnnotations "context" $ ) | nindent 10 }}
{{- end }}