Files
kubernetes/hack/testdata/pod-apply.yaml
Sascha Grunert b167fc24d7 Update pause image to v3.5
Update dependencies and the test images to use pause 3.5. We also
provide a changelog entry for the new container image version.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-05-25 09:04:46 +02:00

11 lines
168 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test-pod
labels:
name: test-pod-applied
spec:
containers:
- name: kubernetes-pause
image: k8s.gcr.io/pause:3.5