Merge pull request #12773 from mhrivnak/fix-example-indentation

[CI:DOCS] fixes indentation of example pod yaml
This commit is contained in:
OpenShift Merge Robot 2022-01-08 12:04:50 +01:00 committed by GitHub
commit 6ed2c639ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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