Skip to content

Commit

Permalink
Merge pull request #12773 from mhrivnak/fix-example-indentation
Browse files Browse the repository at this point in the history
[CI:DOCS] fixes indentation of example pod yaml
  • Loading branch information
openshift-merge-robot authored Jan 8, 2022
2 parents 41934ac + 37c0b27 commit 6ed2c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/markdown/podman-play-kube.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 6ed2c63

Please sign in to comment.