Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start: Use
RunPrivate
for checking pull secret for microshift
As part of 211e9dd, I used `RunPrivileged` which end up exposing pull secret to debug logs. With this PR we are going to use `RunPrivate` to make sure we hide the pull secret info.
- Loading branch information