Remove redundant quotes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-07-31 18:21:18 +02:00
parent ed7a474dbb
commit d607f615e9

View File

@ -120,7 +120,7 @@ PropertyCategories:
- Key: hv.fqdn - Key: hv.fqdn
Type: string(1..) Type: string(1..)
Label: vCenter FQDN/IP-address* 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: '' DefaultValue: ''
Configurations: '*' Configurations: '*'
UserConfigurable: true UserConfigurable: true
@ -128,7 +128,7 @@ PropertyCategories:
- Key: hv.username - Key: hv.username
Type: string(1..) Type: string(1..)
Label: vCenter username* 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: '' DefaultValue: ''
Configurations: '*' Configurations: '*'
UserConfigurable: true UserConfigurable: true
@ -136,7 +136,7 @@ PropertyCategories:
- Key: hv.password - Key: hv.password
Type: password(1..) Type: password(1..)
Label: vCenter password ...* 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: '' DefaultValue: ''
Configurations: '*' Configurations: '*'
UserConfigurable: true UserConfigurable: true