kubernetes/hack/testdata/recursive/pod-modify/pod/busybox-broken.yaml

apiVersion: v1
ind: Pod
metadata:
  name: busybox2
  labels:
    app: busybox2
    status: replaced
spec:
  containers:
  - image: busybox
    command:
      - sleep
      - "3600"
    imagePullPolicy: IfNotPresent
    name: busybox
  restartPolicy: Always