You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oc new-project test-patch-operator
oc create serviceaccount test -n test-patch-operator
#shortcut to get all permissions, we are not testing permissions, but the actual patching capability
oc adm policy add-cluster-role-to-user cluster-admin -z default -n test-patch-operator