Applied note formatting (#9925)

Apparently, this used the old note formatting. Just swapped out the tags with the new ones.
pull/9504/head
JuleeB1 2018-08-20 14:13:36 -05:00 committed by k8s-ci-robot
parent 30c3bdc5c1
commit 2a3bf87b4d
1 changed files with 2 additions and 2 deletions

View File

@ -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