Skip to content

Commit

Permalink
docs: fix service account name in OpenShift install (#2264)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
sundi0331 authored and whynowy committed Dec 12, 2022
1 parent 7b92eb9 commit cbaf1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* On OpenShift:
- Make sure to grant `anyuid` scc to the service account.

oc adm policy add-scc-to-user anyuid system:serviceaccount:argo-events:default
oc adm policy add-scc-to-user anyuid system:serviceaccount:argo-events:argo-events-sa

- Add update permissions for the `deployments/finalizers` and `clusterroles/finalizers` of the argo-events-webhook ClusterRole(this is necessary for the validating admission controller)

Expand Down

0 comments on commit cbaf1d2

Please sign in to comment.