From 5ec9085113c989c06a23d0e6820627b147dad15e Mon Sep 17 00:00:00 2001 From: Aaron Wang Date: Wed, 2 Aug 2023 18:01:34 +0800 Subject: [PATCH] fix: do not override k8sConfigYaml in ShShellInterceptorBuilder (#14682) Co-authored-by: xiangzihao <460888207@qq.com> --- .../plugin/task/api/shell/sh/ShShellInterceptorBuilder.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java index cef1e5843a..8f15b543d0 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/shell/sh/ShShellInterceptorBuilder.java @@ -31,11 +31,6 @@ public class ShShellInterceptorBuilder return new ShShellInterceptorBuilder(); } - @Override - public ShShellInterceptorBuilder k8sConfigYaml(String k8sConfigYaml) { - return null; - } - @Override public ShShellInterceptor build() throws IOException { generateShellScript();