mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
This commit is contained in:
committed by
GitHub
parent
946600ecf1
commit
6c8b946cc4
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user