Skip to content

Commit

Permalink
fix panic due to nil eventRecorder in GatewayReconciler (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode authored Mar 9, 2023
1 parent 7456af2 commit 24eeada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/gateway_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func NewGatewayReconciler(client client.Client, scheme *runtime.Scheme, eventRec
Scheme: scheme,
gwClassReconciler: gwClassReconciler,
finalizerManager: finalizerManager,
eventRecorder: eventRecorder,
modelBuilder: modelBuilder,
stackDeployer: stackDeployer,
cloud: cloud,
Expand Down

0 comments on commit 24eeada

Please sign in to comment.