Made local default

This commit is contained in:
Josh Cox 2017-07-31 12:21:05 -05:00
parent 0222583c70
commit 8d622cff35

View File

@ -68,9 +68,10 @@ catalog:
description: "The VOLUME driver to associate with this server" description: "The VOLUME driver to associate with this server"
label: "VOLUME Driver" label: "VOLUME Driver"
required: true required: true
default: "rancher-nfs" default: "local"
type: enum type: enum
options: # List of options if using type of `enum` options: # List of options if using type of `enum`
- local
- rancher-nfs - rancher-nfs
- rancher-efs - rancher-efs
- rancher-ebs - rancher-ebs