Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
0.2.x nil pointer fix (#176)
Browse files Browse the repository at this point in the history
* Add promote-dev-docker step to ci.hcl (#169)

* Add dev_tags section for build.yml (#171)

* Add context to TCPRouteController initialization (#175)
  • Loading branch information
Andrew Stucki authored Apr 27, 2022
1 parent 00ff767 commit 2345c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/k8s/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func (k *Kubernetes) Start(ctx context.Context) error {
}

err = (&controllers.TCPRouteReconciler{
Context: ctx,
Client: gwClient,
Log: k.logger.Named("TCPRoute"),
Manager: reconcileManager,
Expand Down

0 comments on commit 2345c66

Please sign in to comment.