github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/samples/profiles/activations.yaml (about) 1 build: 2 artifacts: 3 - image: gcr.io/k8s-skaffold/skaffold-example 4 manifests: 5 rawYaml: 6 - k8s-pod 7 profiles: 8 - name: profile1 9 activation: 10 - env: MAGIC_VAR=42 11 - name: profile2 12 activation: 13 - env: MAGIC_VAR=1337 14 - kubeContext: minikube 15 command: dev