Add database volume path as variable

This commit is contained in:
galal-hussein
2016-12-05 08:10:11 +02:00
parent 146b22500e
commit 3aacb31d52
3 changed files with 7 additions and 2 deletions
@@ -42,7 +42,7 @@ spec:
volumes:
- name: mongo-datadir
hostPath:
path: /data/db
path: ${mongo_volume}
- name: utility
emptyDir: {}
metadata: