Skip to content

Commit

Permalink
Add default runner image for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Oct 23, 2023
1 parent 23c2ed8 commit 9f28de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/spec/controller_configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func DefaultConfigs() *ControllerConfigs {
"nodejs": DefaultGenericNodejsRunnerImage,
"python": DefaultGenericPythonRunnerImage,
"executable": DefaultGenericRunnerImage,
"wasm": DefaultGenericRunnerImage,
},
},
}
Expand Down

0 comments on commit 9f28de9

Please sign in to comment.