github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/diagnose/not-all-envs-set/skaffold.yaml (about) 1 apiVersion: skaffold/v2beta26 2 kind: Config 3 metadata: 4 name: cio-cloud-project-mgmt-api 5 build: 6 artifacts: 7 - image: test-image 8 deploy: 9 helm: 10 releases: 11 - name: test-release 12 artifactOverrides: 13 image: test-image 14 valuesFiles: 15 - '{{.AAA}}/test-values.yaml' 16 remoteChart: "oci://test-chart" 17 version: 1.21.2 18 imageStrategy: 19 helm: {}