Skip to content

Commit 489729c

Browse files
armagankaratosunmandre
authored andcommitted
[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 2085797 commit 489729c

File tree

1 file changed

+4
-4
lines changed
  • charts/openstack-cloud-controller-manager

1 file changed

+4
-4
lines changed

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)