Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build command for Rancher Desktop
Fix error introduced in PR #1677. Previous implementation used os.system which takes a string. #1677 changed to use subprocess.run which takes a List. When building for Rancher Desktop, the namespace was part of the build_cmd string instead of separate elements in the list.
- Loading branch information