Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EricGao888 committed May 14, 2024
1 parent 0847512 commit f606e31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ protected AbstractK8sTaskExecutor(TaskExecutionContext taskRequest) {
this.taskRequest = taskRequest;
this.k8sUtils = new K8sUtils();
this.yaml = new Yaml(new ClassFilterConstructor(new Class[]{
List.class
List.class,
String.class
}));
this.taskOutputParams = new HashMap<>();
}
Expand Down

0 comments on commit f606e31

Please sign in to comment.