Set default values to optional vapp properties
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-03-25 23:01:23 +01:00
parent 89fd23f66a
commit 5113dd5b6c
1 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ PropertyCategories:
Type: ip
Label: Workload-cluster virtual IP address*
Description: Workload-cluster control plane endpoint virtual IP address
DefaultValue: ''
DefaultValue: '0.0.0.0'
Configurations:
- cp1w1
- cp1w2
@ -146,7 +146,7 @@ PropertyCategories:
Type: ip
Label: Workload-cluster IP-pool start IP address*
Description: All nodes for the workload-cluster will be provisioned within this IP pool
DefaultValue: ''
DefaultValue: '0.0.0.0'
Configurations:
- cp1w1
- cp1w2
@ -156,7 +156,7 @@ PropertyCategories:
Type: ip
Label: Workload-cluster IP-pool end IP address*
Description: All nodes for the workload-cluster will be provisioned within this IP pool
DefaultValue: ''
DefaultValue: '0.0.0.0'
Configurations:
- cp1w1
- cp1w2