Skip to content

Commit

Permalink
Don't run the operator as root UID
Browse files Browse the repository at this point in the history
  • Loading branch information
jsafrane committed Jan 15, 2021
1 parent 15dd0be commit b031aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/07_deployment.yaml
Expand Up @@ -68,3 +68,7 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: "NoSchedule"
securityContext:
fsGroup: 10400
runAsGroup: 10400
runAsUser: 10400

0 comments on commit b031aa3

Please sign in to comment.