Commit 370ec24f authored by Waqar Ahmed's avatar Waqar Ahmed

Update nextcloud storage labels

parent 95e89114
...@@ -142,14 +142,14 @@ questions: ...@@ -142,14 +142,14 @@ questions:
show_if: [["nextcloudDataHostPathEnabled", "=", false]] show_if: [["nextcloudDataHostPathEnabled", "=", false]]
attrs: attrs:
- variable: mountPath - variable: mountPath
label: "Mount Path" label: "Nextcloud Data Mount Path"
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
editable: false editable: false
default: "/var/www" default: "/var/www"
- variable: datasetName - variable: datasetName
label: "Dataset Name" label: "Nextcloud Dataset Name"
schema: schema:
type: string type: string
default: "ix-nextcloud_data" default: "ix-nextcloud_data"
...@@ -164,13 +164,13 @@ questions: ...@@ -164,13 +164,13 @@ questions:
- "normalize/ixVolume" - "normalize/ixVolume"
attrs: attrs:
- variable: mountPath - variable: mountPath
label: "Mount Path" label: "Postgres Backup Mount Path"
schema: schema:
type: path type: path
editable: false editable: false
default: "/postgres_backups" default: "/postgres_backups"
- variable: datasetName - variable: datasetName
label: "Dataset Name" label: "Postgres Backup Dataset Name"
schema: schema:
type: string type: string
default: "ix-postgres_backups" default: "ix-postgres_backups"
...@@ -185,13 +185,13 @@ questions: ...@@ -185,13 +185,13 @@ questions:
- "normalize/ixVolume" - "normalize/ixVolume"
attrs: attrs:
- variable: mountPath - variable: mountPath
label: "Mount Path" label: "Postgres Mount Path"
schema: schema:
type: path type: path
editable: false editable: false
default: "/var/lib/postgresql/data" default: "/var/lib/postgresql/data"
- variable: datasetName - variable: datasetName
label: "Dataset Name" label: "Postgres Dataset Name"
schema: schema:
type: string type: string
default: "ix-postgres_data" default: "ix-postgres_data"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment