Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 9005204

Browse files
committed
Fix claim name
1 parent 2e28964 commit 9005204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/helm/templates/cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
- name: code
8383
{{- if .Values.persistence.nfs.enabled }}
8484
persistentVolumeClaim:
85-
claimName: {{ include "magento.fullname" . }}-claim
85+
claimName: monolith-volume-claim
8686
{{- else }}
8787
hostPath:
8888
path: {{.Values.global.monolith.volumeHostPath}}
@@ -128,7 +128,7 @@ spec:
128128
- name: code
129129
{{- if .Values.persistence.nfs.enabled }}
130130
persistentVolumeClaim:
131-
claimName: {{ include "magento.fullname" . }}-claim
131+
claimName: monolith-volume-claim
132132
{{- else }}
133133
hostPath:
134134
path: {{.Values.global.monolith.volumeHostPath}}

0 commit comments

Comments
 (0)