github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/init/hello-with-manifest/skaffold.yaml (about)

     1  apiVersion: skaffold/v4beta11
     2  kind: Config
     3  metadata:
     4    name: hello-with-manifest
     5  build:
     6    artifacts:
     7    - image: dockerfile-image
     8      context: ../hello
     9      docker:
    10        dockerfile: Dockerfile
    11  manifests:
    12    rawYaml:
    13    - k8s-pod.yaml