Skip to content

Commit

Permalink
fix: add cdevents var to spawn package (#5645)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin authored Jul 9, 2024
1 parent 483b907 commit 47f442f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/tcl/testworkflow-toolkit/spawn/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ func CreateBaseMachine() expressions.Machine {
"api.url": env.Config().System.ApiUrl,
"namespace": env.Namespace(),
"defaultRegistry": env.Config().System.DefaultRegistry,
"clusterId": env.Config().System.ClusterID,
"cdeventsTarget": env.Config().System.CDEventsTarget,

"images.defaultRegistry": env.Config().System.DefaultRegistry,
"images.init": env.Config().Images.Init,
Expand Down

0 comments on commit 47f442f

Please sign in to comment.