Skip to content

Commit 30a9f81

Browse files
committed
chore(helm): Update mount points for datasets volumes
1 parent b89a9ea commit 30a9f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/openneuro/templates/dataset-worker-stateful-set.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ spec:
7171
name: {{ .Release.Name }}-secret
7272
volumeMounts:
7373
- name: datasets
74-
mountPath: /datasets
74+
mountPath: /datasets-old
7575
- name: datasets-new
76-
mountPath: /datasets-new
76+
mountPath: /datasets
7777
- name: ssh-key
7878
mountPath: /datalad-key
7979
subPath: datalad-key
@@ -96,7 +96,7 @@ spec:
9696
- secretRef:
9797
name: {{ .Release.Name }}-secret
9898
volumeMounts:
99-
- name: datasets
99+
- name: datasets-new
100100
mountPath: /datasets
101101
- name: ssh-key
102102
mountPath: /datalad-key

0 commit comments

Comments
 (0)