Skip to content

Commit eaf33fd

Browse files
Update mongodb_hostPath_pvc.yml
1 parent a10795c commit eaf33fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mongodb_hostPath_pvc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ spec:
1313
labels:
1414
name: mongo
1515
spec:
16-
volumes:
17-
- name: host-volume
18-
persistentVolumeClaim:
19-
claimName: pvc-hostpath
16+
volumes:
17+
- name: host-volume
18+
persistentVolumeClaim:
19+
claimName: pvc-hostpath
2020
containers:
2121
- image: mongo
2222
name: mongo
@@ -27,7 +27,7 @@ spec:
2727
volumeMounts:
2828
- name: host-volume
2929
mountPath: /data/db
30-
...
30+
...
3131
---
3232
# Mongo Node Port RC
3333
apiVersion: v1

0 commit comments

Comments
 (0)