Skip to content

Commit

Permalink
pass the correct namespace to the tinkerbell operator
Browse files Browse the repository at this point in the history
Signed-off-by: Moath Qasim <moad.qassem@gmail.com>
  • Loading branch information
moadqassem committed Apr 4, 2023
1 parent d727107 commit e3f556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tinkerbell/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
log.Fatalf("failed to create runtime manager: %v", err)
}

if err := kubetinkctrl.Add(mgr, log, opts.namespace, opts.clusterDNS, opts.workerCount); err != nil {
if err := kubetinkctrl.Add(mgr, log, opts.clusterDNS, opts.namespace, opts.workerCount); err != nil {
log.Fatalf("failed to add kubetink controller to manager: %v", err)
}

Expand Down

0 comments on commit e3f556a

Please # to comment.