Skip to content

Commit

Permalink
fix(clickhouse): fix conditional causing duplicate volume mounts (#598)
Browse files Browse the repository at this point in the history
#### Fixes

Issue Ref: #594

- clickhouse: fix conditional causing duplicate volume mounts

---------

Co-authored-by: shivtej-opsverse <[email protected]>
Co-authored-by: Prashant Shahi <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent afc582b commit ea08409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clickhouse
description: A Helm chart for ClickHouse
type: application
version: 24.1.13
version: 24.1.14
appVersion: "24.1.2"
icon: https://github.com/ClickHouse/clickhouse-docs/raw/84f38d893eb7e561c7296279d7953b6a508ec413/static/img/clickhouse-logo.svg
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ spec:
{{- if and (.Values.persistence.enabled) (.Values.persistence.existingClaim) }}
- name: existing-volumeclaim
mountPath: /var/lib/clickhouse
{{- end }}
{{- if .Values.persistence.enabled }}
{{- else if .Values.persistence.enabled }}
- name: data-volumeclaim-template
mountPath: /var/lib/clickhouse
{{- end }}
Expand Down

0 comments on commit ea08409

Please sign in to comment.