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:
Kubernetes Submit Queue 2016-09-13 15:59:13 -07:00 committed by GitHub
commit a7e736e2cf

View File

@ -6,9 +6,6 @@ metadata:
labels:
name: nginx
spec:
initcontainers:
name: busybox
image: busybox
containers:
- name: nginx
image: nginx