github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/modules/app2/skaffold.yaml (about)

     1  apiVersion: skaffold/v4beta11
     2  kind: Config
     3  requires:
     4    - path: ../app3
     5  build:
     6    tagPolicy:
     7      sha256: {}
     8  
     9    artifacts:
    10    - image: image2
    11      docker:
    12        noCache: true
    13        buildArgs:
    14          SLEEP: "1"
    15          FAIL: "0"
    16      requires:
    17      - image: image3
    18        alias: IMAGE3
    19  
    20  manifests:
    21    rawYaml:
    22    - 'k8s.yaml'
    23  
    24  deploy:
    25    kubectl: {}