github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/modules/app3/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 tagPolicy: 5 sha256: {} 6 7 artifacts: 8 - image: image3 9 docker: 10 noCache: true 11 buildArgs: 12 SLEEP: "2" 13 FAIL: "0" 14 15 manifests: 16 rawYaml: 17 - 'k8s.yaml' 18 19 deploy: 20 kubectl: {}