Commit a7e736e2 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 51c4170c 077c271d
...@@ -6,9 +6,6 @@ metadata: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment