Merge pull request #12773 from mhrivnak/fix-example-indentation
[CI:DOCS] fixes indentation of example pod yaml
This commit is contained in:
commit
6ed2c639ac
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue