Blame docs/operations/ci/adding_privileged_scc_to_sa.md

47c289
# Adding Privileged SCC to Service Accounts
47c289
This SOP should be used in the following scenario:
47c289
47c289
- A tenant has been approved to run `privileged container` workloads.
47c289
47c289
47c289
## Steps
47c289
47c289
1. Add the `prvileged` security context constraint to the service account in the tenants namespace like so:
47c289
47c289
```
47c289
oc adm policy add-scc-to-user privileged -n namespace -z myserviceaccount
47c289
```
47c289
47c289
47c289
47c289
### Resources
47c289
47c289
- [1] [How to add the privileged SCC to a service account](https://docs.openshift.com/container-platform/4.5/cli_reference/openshift_cli/administrator-cli-commands.html#policy)