From 2a3bf87b4db0be52f1bc4265eedfe7266d7d5ef2 Mon Sep 17 00:00:00 2001 From: JuleeB1 <42522858+JuleeB1@users.noreply.github.com> Date: Mon, 20 Aug 2018 14:13:36 -0500 Subject: [PATCH] Applied note formatting (#9925) Apparently, this used the old note formatting. Just swapped out the tags with the new ones. --- .../access-application-cluster/connecting-frontend-backend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md b/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md index f91ce1b72a9..c1e7b4a2ba0 100644 --- a/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md +++ b/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md @@ -148,11 +148,11 @@ deployment.apps/frontend created service/frontend created ``` -**Note**: The nginx configuration is baked into the +{{< note >}}**Note:** The nginx configuration is baked into the [container image](/examples/service/access/Dockerfile). A better way to do this would be to use a [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/), so -that you can change the configuration more easily. +you can change the configuration more easily.{{< /note >}} ### Interact with the frontend Service