Set default values to optional vapp properties
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-03-25 23:01:23 +01:00
parent 89fd23f66a
commit 5113dd5b6c

View File

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