Add database volume path as variable
This commit is contained in:
@@ -42,7 +42,7 @@ spec:
|
||||
volumes:
|
||||
- name: mongo-datadir
|
||||
hostPath:
|
||||
path: /data/db
|
||||
path: ${mongo_volume}
|
||||
- name: utility
|
||||
emptyDir: {}
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user