Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Dec 3, 2024
1 parent 2aaecfe commit 303dbf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/charm/howto/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ A modified overlay template can look like this:
```yaml
applications:
kubeapi-load-balancer: null
kubernetes-control-plane:
k8s:
options:
allow-privileged: "true"
openstack-integrator:
Expand All @@ -85,8 +85,8 @@ applications:
- 0
relations:
- [openstack-cloud-controller:certificates, easyrsa:client]
- [openstack-cloud-controller:kube-control, kubernetes-control-plane:kube-control]
- [openstack-cloud-controller:external-cloud-provider, kubernetes-control-plane:external-cloud-provider]
- [openstack-cloud-controller:kube-control, k8s:kube-control]
- [openstack-cloud-controller:external-cloud-provider, k8s:external-cloud-provider]
- [openstack-cloud-controller:openstack, openstack-integrator:clients]
- [easyrsa:client, cinder-csi:certificates]
- [k8s:kube-control, cinder-csi:kube-control]
Expand Down

0 comments on commit 303dbf7

Please sign in to comment.