Skip to content

Commit

Permalink
Merge pull request #19910 from Daskan/main
Browse files Browse the repository at this point in the history
[CI:DOCS] Update podman-kube-play.1.md.in
  • Loading branch information
openshift-merge-robot authored Sep 10, 2023
2 parents 51d01dd + 5eb0a53 commit 8d37db7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/source/markdown/podman-kube-play.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ metadata:
...
spec:
containers:
- command:
- top
- name: container
value: podman
- name: container
image: foobar
...
```
Expand Down Expand Up @@ -113,9 +110,7 @@ metadata:
name: foobar
spec:
containers:
- command:
- top
name: container-1
- name: container-1
image: foobar
envFrom:
- configMapRef:
Expand Down Expand Up @@ -145,9 +140,7 @@ metadata:
name: foobar
spec:
containers:
- command:
- top
name: container-1
- name: container-1
image: foobar
env:
- name: FOO
Expand Down

0 comments on commit 8d37db7

Please sign in to comment.