github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/apply/statefulset.yaml (about) 1 apiVersion: apps/v1 2 kind: StatefulSet 3 metadata: 4 name: zz-image-doesnt-exist 5 spec: 6 serviceName: foo 7 replicas: 2 8 selector: 9 matchLabels: 10 app: apply-status-check-failure 11 template: 12 metadata: 13 labels: 14 app: apply-status-check-failure 15 spec: 16 containers: 17 - name: apply-status-check-failure 18 image: zz-image-doesnt-exist