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

     1  apiVersion: skaffold/v4beta11
     2  kind: Config
     3  requires:
     4    - path: ../app2
     5  build:
     6    tagPolicy:
     7      sha256: {}
     8  
     9    artifacts:
    10    - image: image1
    11      custom:
    12        buildCommand: ./build.sh
    13        dependencies:
    14          paths:
    15          - "foo"
    16      requires:
    17      - image: image2
    18  
    19  manifests:
    20    rawYaml:
    21    - 'k8s.yaml'
    22  
    23  deploy:
    24    kubectl: {}