Reimplement edits (#4249)

* Reimplement PR #3920

* Reimplement PR #3976

* Reimplement PR #4055 and #4128

* Reimplement PR #4146

* Reimplemented PR #4163
This commit is contained in:
Andrew Chen
2017-07-01 12:34:12 -07:00
committed by GitHub
parent b16949794b
commit b67e532138
5 changed files with 16 additions and 9 deletions
@@ -11,7 +11,7 @@ redirect_from:
{% capture overview %}
This page shows you how to configure an application using a ConfigMap.
This page shows you how to configure an application using a ConfigMap. ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable.
{% endcapture %}
@@ -120,7 +120,7 @@ would produce the following ConfigMap:
```shell
kubectl describe configmaps game-config-2
Name: game-config
Name: game-config-2
Namespace: default
Labels: <none>
Annotations: <none>
@@ -138,7 +138,7 @@ kubectl create configmap game-config-2 --from-file=docs/user-guide/configmap/kub
```shell
kubectl describe configmaps game-config-2
Name: game-config
Name: game-config-2
Namespace: default
Labels: <none>
Annotations: <none>