Skip to content

Commit

Permalink
Merge pull request #74 from jsafrane/non-root
Browse files Browse the repository at this point in the history
Bug 1914451: Don't run the operator as root UID
  • Loading branch information
openshift-merge-robot committed Jan 16, 2021
2 parents 568c9cd + b031aa3 commit 4204393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/07_deployment.yaml
Expand Up @@ -69,3 +69,7 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: "NoSchedule"
securityContext:
fsGroup: 10400
runAsGroup: 10400
runAsUser: 10400

0 comments on commit 4204393

Please sign in to comment.