diff --git a/modules/hcp-dc-tls-hosted.adoc b/modules/hcp-dc-tls-hosted.adoc index c1158e02011b..66bd354f922a 100644 --- a/modules/hcp-dc-tls-hosted.adoc +++ b/modules/hcp-dc-tls-hosted.adoc @@ -17,7 +17,7 @@ In order for the data plane workers in the hosted cluster to be able to retrieve ---- spec: additionalTrustBundle: - - name: user-ca-bundle <1> + name: user-ca-bundle <1> ---- + <1> The `user-ca-bundle` entry is a config map that you create in the next step. @@ -47,4 +47,4 @@ metadata: namespace: <1> ---- + -<1> Specify the namespace where the `HostedCluster` object is created. \ No newline at end of file +<1> Specify the namespace where the `HostedCluster` object is created.