Skip to content

Commit

Permalink
Merge pull request #2449 from cyclinder/fix_metallb_sharedip
Browse files Browse the repository at this point in the history
Fix shared ippool typo in values.schema.json
  • Loading branch information
cyclinder authored Sep 3, 2024
2 parents ae7a54c + 8840129 commit 17f98f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions charts/metallb/metallb/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions charts/metallb/parent/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 17f98f2

Please sign in to comment.