github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/generate_pipeline/existing_oncluster/skaffold.yaml (about)

     1  apiVersion: skaffold/v1beta11
     2  kind: Config
     3  build:
     4    artifacts:
     5    - image: gcr.io/first-week-244218/getting-started
     6  deploy:
     7    kubectl:
     8      manifests:
     9      - k8s-*
    10  profiles:
    11  - name: oncluster
    12    build:
    13      artifacts:
    14      - image: gcr.io/first-week-244218/getting-started-pipeline
    15        context: .
    16        kaniko: {}
    17      tagPolicy:
    18        gitCommit: {}
    19      cluster:
    20        pullSecretName: kaniko-secret