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. `RunPrivate` is used with `sudo` command because normal user doesn't have read permission to `/etc/crio/openshift-pull-secret` file.
- Loading branch information