Skip to content

Commit

Permalink
fix: pass config param
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Mar 21, 2024
1 parent 4cd10b5 commit b945d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/api-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ func main() {
triggers.WithHostnameIdentifier(),
triggers.WithTestkubeNamespace(cfg.TestkubeNamespace),
triggers.WithWatcherNamespaces(cfg.TestkubeWatcherNamespaces),
triggers.WithDisableSecretCreation(cfg.DisableSecretCreation),
)
log.DefaultLogger.Info("starting trigger service")
triggerService.Run(ctx)
Expand Down

0 comments on commit b945d2d

Please sign in to comment.