mirror of https://github.com/k3s-io/k3s
examples/pod: Revert the previous changes.
The previous changes (#32148) checked in the example file by accident. Reverting.pull/6/head
parent
0d3799b8e2
commit
077c271dc7
|
@ -6,9 +6,6 @@ metadata:
|
|||
labels:
|
||||
name: nginx
|
||||
spec:
|
||||
initcontainers:
|
||||
name: busybox
|
||||
image: busybox
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx
|
||||
|
|
Loading…
Reference in New Issue