Commit b84cf048 authored by sonicaj's avatar sonicaj

Improve wording for distributed minio cluster

parent 0f8c3fba
...@@ -62,6 +62,7 @@ questions: ...@@ -62,6 +62,7 @@ questions:
- variable: distributedMode - variable: distributedMode
label: "Enable Distributed Mode" label: "Enable Distributed Mode"
description: "Run Minio instance to connect to a distributed minio cluster"
group: "Minio Configuration" group: "Minio Configuration"
schema: schema:
type: boolean type: boolean
...@@ -69,14 +70,14 @@ questions: ...@@ -69,14 +70,14 @@ questions:
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: distributedIps - variable: distributedIps
label: "Distributed Minio URI(s)" label: "Distributed Minio Instance URI(s)"
schema: schema:
type: list type: list
required: true required: true
default: [] default: []
items: items:
- variable: ip - variable: ip
label: "Distributed Minio URI" label: "Distributed Minio Instance URI"
schema: schema:
type: string type: string
empty: false empty: false
......
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