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