Commit 8ca4264d authored by Waqar Ahmed's avatar Waqar Ahmed

Add help text for minio acces keys variables

parent c4d3d029
...@@ -81,6 +81,7 @@ questions: ...@@ -81,6 +81,7 @@ questions:
- variable: accessKey - variable: accessKey
label: "Access Key" label: "Access Key"
group: "Minio Configuration" group: "Minio Configuration"
description: "Enter the S3 access ID"
schema: schema:
type: string type: string
private: true private: true
...@@ -91,6 +92,7 @@ questions: ...@@ -91,6 +92,7 @@ questions:
- variable: secretKey - variable: secretKey
label: "Secret Key" label: "Secret Key"
group: "Minio Configuration" group: "Minio Configuration"
description: "Enter the S3 secret access key"
schema: schema:
type: string type: string
private: true private: true
...@@ -152,7 +154,7 @@ questions: ...@@ -152,7 +154,7 @@ questions:
type: hostpath type: hostpath
- variable: minioDataVolume - variable: minioDataVolume
label: "Configure iXVolume" label: "Minio Data Volume Defaults"
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
......
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