Commit b84cf048 authored by sonicaj's avatar sonicaj

Improve wording for distributed minio cluster

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