2016-12-05 08:10:11 +02:00

17 lines
401 B
YAML

.catalog:
name: MongoDB
version: 3.2-rancher1
description: MongoDB Replica Set
questions:
- variable: "sec_no"
label: "Number of Secondary nodes"
required: true
type: int
default: 2
description: "should be even number"
- variable: "mongo_volume"
label: "hostpath volume for mongodb"
required: true
type: string
default: "/data/db"