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

Commit 2e28964

Browse files
committed
Fix claim name
1 parent 5e435e5 commit 2e28964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/helm/templates/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- name: code
3838
{{- if .Values.persistence.nfs.enabled }}
3939
persistentVolumeClaim:
40-
claimName: {{ include "magento.fullname" . }}-claim
40+
claimName: monolith-volume-claim
4141
{{- else }}
4242
hostPath:
4343
path: {{.Values.global.monolith.volumeHostPath}}

0 commit comments

Comments
 (0)