Feature: Support regex in profile activation via kubeContext #1677
Labels
area/profiles
good first issue
Good for newcomers
help wanted
We would love to have this done, but don't have the bandwidth, need help from contributors
kind/feature-request
It would be good to auto-activate a Skaffold profile based on a kubeContext regex.
e.g. My clusters (both gke & on-prem) have names like the following:
gke_my-team_europe-west2-a_my-dev-cluster
gke_my-team_europe-west2-a_my-sanity-cluster
kubernetes-admin@dev
kubernetes-admin@sanity
I want to run the gke profile below when my kube context matches a GKE cluster name (using regex
gke.*
)The text was updated successfully, but these errors were encountered: