GoogleContainerTools / GoogleContainerTools/skaffold

Auto-Activate Profile by Deployment Type

Open
#8,749 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.