From 37c0b27b6f4af146ad66bf7a2465b8e334edb265 Mon Sep 17 00:00:00 2001 From: Michael Hrivnak Date: Fri, 7 Jan 2022 17:00:16 -0500 Subject: [CI:DOCS] fixes indentation of example pod yaml The example as previously shown would result in "Error: multi doc yaml could not be split". The change here has been tested to work, and it matches the example in the [kubernetes docs](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables). Signed-off-by: Michael Hrivnak --- docs/source/markdown/podman-play-kube.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/source/markdown') diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 81ab65176..390058b4a 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -96,9 +96,9 @@ spec: name: container-1 image: foobar envFrom: - - configMapRef: - name: foo - optional: false + - configMapRef: + name: foo + optional: false ``` and as a result environment variable `FOO` will be set to `bar` for container `container-1`. -- cgit v1.2.3-54-g00ecf