mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mattermost-team-edition] Use .Values.persistence.data.existingClaim instead of .Values.persistence.existingClaim (#12119)
Closes #12116 Signed-off-by: Giovanni Condello <g.condello@techgap.it>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
455cb43950
commit
11534af5a2
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Mattermost Team Edition server.
|
||||
name: mattermost-team-edition
|
||||
version: 3.1.0
|
||||
version: 3.1.1
|
||||
appVersion: 5.9.0
|
||||
keywords:
|
||||
- mattermost
|
||||
|
||||
@@ -79,7 +79,7 @@ spec:
|
||||
- name: mattermost-data
|
||||
{{ if .Values.persistence.data.enabled }}
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.persistence.existingClaim | default (include "mattermost-team-edition.fullname" .) }}
|
||||
claimName: {{ .Values.persistence.data.existingClaim | default (include "mattermost-team-edition.fullname" .) }}
|
||||
{{ else }}
|
||||
emptyDir: {}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user