Remove redundant quotes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-07-31 18:21:18 +02:00
parent ed7a474dbb
commit d607f615e9
1 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ PropertyCategories:
- Key: hv.fqdn
Type: string(1..)
Label: vCenter FQDN/IP-address*
Description: 'The address of the vCenter instance which this bootstrap appliance will interact with for provisioning new VM's.'
Description: The address of the vCenter instance which this bootstrap appliance will interact with for provisioning new VM's.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
@ -128,7 +128,7 @@ PropertyCategories:
- Key: hv.username
Type: string(1..)
Label: vCenter username*
Description: 'The username which this bootstrap appliance will authenticate with to the vCenter instance.'
Description: The username which this bootstrap appliance will authenticate with to the vCenter instance.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
@ -136,7 +136,7 @@ PropertyCategories:
- Key: hv.password
Type: password(1..)
Label: vCenter password ...*
Description: 'The password which this bootstrap appliance will authenticate with to the vCenter instance.'
Description: The password which this bootstrap appliance will authenticate with to the vCenter instance.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true