Skip to content

Commit

Permalink
fix: do not override k8sConfigYaml in ShShellInterceptorBuilder (#14682)
Browse files Browse the repository at this point in the history
Co-authored-by: xiangzihao <[email protected]>
  • Loading branch information
Radeity and SbloodyS authored Aug 2, 2023
1 parent 139f230 commit 5ec9085
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ public ShShellInterceptorBuilder newBuilder() {
return new ShShellInterceptorBuilder();
}

@Override
public ShShellInterceptorBuilder k8sConfigYaml(String k8sConfigYaml) {
return null;
}

@Override
public ShShellInterceptor build() throws IOException {
generateShellScript();
Expand Down

0 comments on commit 5ec9085

Please sign in to comment.