mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Make the pod selector configurable
- default labels: app, name and app.kubernetes.io/name
This commit is contained in:
@@ -69,6 +69,7 @@ func SetupMocks(abtest bool) Mocks {
|
||||
Logger: logger,
|
||||
KubeClient: kubeClient,
|
||||
FlaggerClient: flaggerClient,
|
||||
Labels: []string{"app", "name"},
|
||||
ConfigTracker: canary.ConfigTracker{
|
||||
Logger: logger,
|
||||
KubeClient: kubeClient,
|
||||
|
||||
Reference in New Issue
Block a user