Skip to content

Commit

Permalink
fix - update autogen + name
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyom committed Mar 4, 2020
1 parent 87a5fb0 commit e216e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewConfigValidationController(ctx context.Context, cmw configmap.Watcher) *
func main() {
serviceName := os.Getenv("WEBHOOK_SERVICE_NAME")
if serviceName == "" {
serviceName = "tekton-pipelines-webhook"
serviceName = "tekton-triggers-webhook"
}

// Set up a signal context with our webhook options
Expand Down

0 comments on commit e216e4c

Please sign in to comment.