skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

feat(profile): auto-activated support match exactly

Open beastpu opened this issue 1 year ago • 0 comments

Description we often use env to automatically trigger the profile, the env represent different business environments and I need to implement precise matching.

For example, there are two environments called cbt and cbtcn, I want to accurately match one of them based on environment variables. However, when the environment variable is set to cbtcn, it matches both environments, which is not what I expect.

Changes I found that auto-activated by env is fuzzy matched.

so I want to add a new boolean field named exactMatch in the activation struct, which when set to true, would implement an exact match.

beastpu avatar Jun 28 '24 11:06 beastpu