github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/status-check-tolerance/skaffold.yaml (about) 1 apiVersion: skaffold/v2beta29 2 kind: Config 3 build: 4 artifacts: 5 - image: tolerance-check 6 context: tolerance-check 7 docker: 8 buildArgs: 9 STOP_FAILING_TIME: '{{.STOP_FAILING_TIME}}' 10 deploy: 11 statusCheckDeadlineSeconds: 120 12 kubectl: 13 manifests: 14 - tolerance-check/kubernetes/*