github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/skaffold-in-cluster/skaffold.yaml (about) 1 apiVersion: skaffold/v1beta13 2 kind: Config 3 build: 4 tagPolicy: 5 sha256: {} 6 cluster: 7 pullSecretName: e2esecret 8 namespace: VAR_CLUSTER_NAMESPACE 9 profiles: 10 - name: create-build-step 11 build: 12 artifacts: 13 - image: skaffold-in-cluster-builder 14 kaniko: 15 cache: {} 16 manifests: 17 kustomize: 18 path: build-step 19 - name: build-target 20 build: 21 artifacts: 22 - image: us-central1-docker.pkg.dev/k8s-skaffold/testing/test-build-in-cluster 23 kaniko: 24 dockerfile: test-build/Dockerfile 25 cache: {} 26