Skip to content

Commit

Permalink
accept false
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jul 14, 2020
1 parent ec42db9 commit fc7cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/keel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func setupTriggers(ctx context.Context, opts *TriggerOpts) (teardown func()) {
go subManager.Start(ctx)
}

if os.Getenv(EnvTriggerPoll) != "0" {
if os.Getenv(EnvTriggerPoll) != "0" || os.Getenv(EnvTriggerPoll) != "false" {

registryClient := registry.New()
watcher := poll.NewRepositoryWatcher(opts.providers, registryClient)
Expand Down

0 comments on commit fc7cfdb

Please sign in to comment.