fix: require explicit trans shell operations
This commit is contained in:
@@ -1748,7 +1748,7 @@ function manifestObjectSummary(manifest: readonly Record<string, unknown>[]): Re
|
||||
}
|
||||
|
||||
function runTransK3s(kubeRoute: string, script: string, timeoutSeconds: number): CommandResult {
|
||||
return runCommand(["/root/.local/bin/trans", kubeRoute, "script", "--", script], rootPath(), { timeoutMs: timeoutSeconds * 1000 });
|
||||
return runCommand(["/root/.local/bin/trans", kubeRoute, "sh", "--", script], rootPath(), { timeoutMs: timeoutSeconds * 1000 });
|
||||
}
|
||||
|
||||
function proxyExportBlock(node: ControlPlaneNodeSpec): string {
|
||||
|
||||
Reference in New Issue
Block a user