-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/helmIssue is related to a Helm operator projectIssue is related to a Helm operator projectneeds discussion
Milestone
Description
Feature Request
Describe the problem you need a feature to resolve.
I’m using the Helm Operator and I want to use it for an A/B deployment (or blue green/deployment) in the same namespace (it must be in the same namespace).
Obviously I can’t deploy two Helm Operators with the same watches.yaml but different Helm chart versions (they will step on each other).
I also don’t want to bump the CRD version for each new Helm chart release.
Describe the solution you'd like.
Each Helm Operator could watch the CR with a specific label defined in their watches.yaml e.g: release: A, release B.
Sorry, I think this feature was requested before but I can’t find the answer.
Thanks
JF
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.language/helmIssue is related to a Helm operator projectIssue is related to a Helm operator projectneeds discussion