Skip to content

Commit

Permalink
fix env render with app images
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Sep 13, 2024
1 parent 6647429 commit 83b1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/filesystem/rootfs/rootfs_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (f *defaultRootfs) mountRootfs(cluster *v2.Cluster, ipList []string) error
return err
}
renderCommand := getRenderCommand(pathResolver.RootFSSealctlPath(), targetDir)
return execer.CmdAsync(master0, envProcessor.WrapShell(master0, renderCommand))
return execer.CmdAsync(master0, stringsutil.RenderShellWithEnv(renderCommand, mountInfo.Env))
}
return nil
})
Expand Down

0 comments on commit 83b1136

Please sign in to comment.