Added local to storage driver list

This commit is contained in:
Josh Cox 2017-07-27 12:37:46 -05:00
parent 2eeb1bbe22
commit 9cdd709ef5

View File

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