fixed volums

This commit is contained in:
kolaente
2017-11-26 17:42:02 +01:00
parent d1917df761
commit b80d13b46f
2 changed files with 41 additions and 23 deletions
+16 -16
View File
@@ -19,23 +19,23 @@ catalog:
required: true
default: "2222"
type: "int"
- variable: data_path
description: "Path where to store the data of the Gitea-instance."
label: "Data path"
required: true
default: "/var/lib/gitea"
type: "string"
# - variable: "volume_driver"
# description: "Volume driver to associate with this service."
# label: "Volume Driver"
# - variable: data_path
# description: "Path where to store the data of the Gitea-instance."
# label: "Data path"
# required: true
# default: "local"
# type: enum
# options: # List of options if using type of `enum`
# - local
# - rancher-nfs
# - rancher-efs
# - rancher-ebs
# default: "/var/lib/gitea"
# type: "string"
- variable: "volume_driver"
description: "Volume driver to associate with this service."
label: "Volume Driver"
required: true
default: "local"
type: enum
options: # List of options if using type of `enum`
- local
- rancher-nfs
- rancher-efs
- rancher-ebs
- variable: "db_link"
description: "External DB service to use with gitea instead of its own DB-Container."
label: "External DB service"