Applied note formatting (#9925)

Apparently, this used the old note formatting. Just swapped out the tags with the new ones.
This commit is contained in:
JuleeB1
2018-08-20 14:13:36 -05:00
committed by k8s-ci-robot
parent 30c3bdc5c1
commit 2a3bf87b4d
@@ -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