Skip to content

Commit

Permalink
Fix the tls section in the install_guide doc
Browse files Browse the repository at this point in the history
The tls section was moved into the 'apiServiceTemplate' in the CRD, we
need to update it in the CR included in the doc.
  • Loading branch information
cescgina authored and openshift-merge-bot[bot] committed Feb 19, 2025
1 parent ba538fe commit 344b26d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/install_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ metadata:
spec:
databaseInstance: "openstack"
secret: <name of the secret with the credentials of the ControlPlane deploy>
tls:
caBundleSecretName: "combined-ca-bundle"
apiServiceTemplate:
tls:
caBundleSecretName: "combined-ca-bundle"
----
+
For more information about how to define an OpenStackControlPlane custom resource (CR), see link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_creating-the-control-plane#proc_creating-the-control-plane_controlplane[Creating the control plane].
Expand Down

0 comments on commit 344b26d

Please sign in to comment.