mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #32609 from yifan-gu/fix_example_pod
Automatic merge from submit-queue examples/pod: Revert the previous changes. The previous changes (https://github.com/kubernetes/kubernetes/pull/32148) checked in the example file by accident. Reverting.
This commit is contained in:
commit
a7e736e2cf
@ -6,9 +6,6 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
name: nginx
|
name: nginx
|
||||||
spec:
|
spec:
|
||||||
initcontainers:
|
|
||||||
name: busybox
|
|
||||||
image: busybox
|
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user