github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/gke_loadbalancer/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 artifacts: 5 - image: gke-loadbalancer 6 context: ./ 7 deploy: 8 helm: 9 releases: 10 # seed test namespace in the release name. 11 - name: skaffold-helm-{{.TEST_NS}} 12 chartPath: loadbalancer-helm