Merge pull request #351 from galal-hussein/mongo-fix

Fix MongoDB replicaset template for Kubernetes
This commit is contained in:
Raúl Sánchez
2017-07-04 11:59:23 +02:00
committed by GitHub
3 changed files with 56 additions and 16 deletions
@@ -10,3 +10,8 @@
type: int
default: 2
description: "should be even number"
- variable: "mongo_volume"
label: "hostpath volume for mongodb"
required: true
type: string
default: "/data/db"