Skip to content

Commit 0c5e1d2

Browse files
[occm] Fixed the typo in the load balancing section in the README (kubernetes#2232)
* fixed the typo on loadbalancer config fixed the typo on loadbalancer config * bumped the openstack-cloud-controller-manager chart version
1 parent 248d277 commit 0c5e1d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.28.0-alpha.5
7+
version: 2.28.0-alpha.6
88
maintainers:
99
- name: eumel8
1010

charts/openstack-cloud-controller-manager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ You need to configure an `openstack-ccm.yaml` values file with at least:
1313
- with password: `cloudConfig.global.username` and `cloudconfig.global.password`
1414
- with application credentials: (`cloudConfig.global.application-credential-id` or `cloudConfig.global.application-credential-name`) and `cloudConfig.global.application-credential-secret`
1515
- Load balancing
16-
- `cloudConfig.loadbalancer.floating-network-id` **or**
17-
- `cloudConfig.loadbalancer.floating-subnet-id` **or**
18-
- `cloudConfig.loadbalancer.floating-subnet`
16+
- `cloudConfig.loadBalancer.floating-network-id` **or**
17+
- `cloudConfig.loadBalancer.floating-subnet-id` **or**
18+
- `cloudConfig.loadBalancer.floating-subnet`
1919

20-
If you want to enable health checks for your Load Balancers (optional), set `cloudConfig.loadbalancer.create-monitor: true`.
20+
If you want to enable health checks for your Load Balancers (optional), set `cloudConfig.loadBalancer.create-monitor: true`.
2121

2222
Then run:
2323

0 commit comments

Comments
 (0)