diff --git a/charts/metallb/metallb/values.schema.json b/charts/metallb/metallb/values.schema.json index 307b955e8..2d0d1f8c4 100644 --- a/charts/metallb/metallb/values.schema.json +++ b/charts/metallb/metallb/values.schema.json @@ -114,17 +114,17 @@ "title": "Install ARP Pool", "description": "install an instance of Loadbalancer IP Address Pool working with ARP mode. Note: \"--wait\" is required when helm installing." }, - "sharedIPPool": { - "type": "boolean", - "default": false, - "title": "Shared IPPool", - "description": "when enabled, tha all ips of the ippool are shared ip." - }, "ipAddressPools": { "type": "object", "title": "Loadbalancer IP Address Pool Settings", "description": "MetalLB assigns ip addresses from the IPAddressPool to LoadBalancer Service", "properties": { + "shared": { + "type": "boolean", + "default": false, + "title": "Shared Default IPPool", + "description": "when enabled, tha all ips of the ippool are shared ip." + }, "addresses": { "type": "array", "title": "Pool Address List", diff --git a/charts/metallb/parent/values.schema.json b/charts/metallb/parent/values.schema.json index 307b955e8..2d0d1f8c4 100644 --- a/charts/metallb/parent/values.schema.json +++ b/charts/metallb/parent/values.schema.json @@ -114,17 +114,17 @@ "title": "Install ARP Pool", "description": "install an instance of Loadbalancer IP Address Pool working with ARP mode. Note: \"--wait\" is required when helm installing." }, - "sharedIPPool": { - "type": "boolean", - "default": false, - "title": "Shared IPPool", - "description": "when enabled, tha all ips of the ippool are shared ip." - }, "ipAddressPools": { "type": "object", "title": "Loadbalancer IP Address Pool Settings", "description": "MetalLB assigns ip addresses from the IPAddressPool to LoadBalancer Service", "properties": { + "shared": { + "type": "boolean", + "default": false, + "title": "Shared Default IPPool", + "description": "when enabled, tha all ips of the ippool are shared ip." + }, "addresses": { "type": "array", "title": "Pool Address List",