Minor wording fixes

This commit is contained in:
WilliamMiceli
2019-02-06 10:46:41 -05:00
parent 21589a2867
commit cce0a8e433
14 changed files with 36 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ catalog:
- variable: "HOST_LABEL"
label: "Host Label Key/Value Pair"
description: |
The Label Key/Value pair on the host which containers should be deployed
The Label Key/Value pair of the host which containers should be deployed
default: "host.id=Host1"
required: false
type: string
@@ -34,17 +34,17 @@ catalog:
type: string
- variable: "DB_ROOT_PASS"
label: "MySQL Root Password"
label: "Database Root Password"
description: |
A secure password to be used by the "root" MySQL user.
A secure password to be used by the "root" database user.
# default:
required: true
type: password
- variable: "DB_USER_PASS"
label: "MySQL User Password"
label: "Database User Password"
description: |
A secure password to be used by the "nextcloud_user" MySQL user.
A secure password to be used by the "nextcloud_user" database user.
# default:
required: true
type: password