GoogleContainerTools / GoogleContainerTools/skaffold
Auto-Activate Profile by Deployment Type
Open
area/profiles
kind/feature-request
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
### Expected behavior
Auto-activate a profile based on the project's deployment type, e.g.
```profiles:
- name: sync
activation:
- deploy: embeddedserver
patches:
- op: add
path: /build/artifacts/0/sync.auto
value: ["true"]
```
### Actual behavior
This currently doesn't exist.
The only options for auto-activate are: skaffold command, kubecontext, and environment variable value
Contributor guide
Assessment
This issue has not been assessed yet.