Skip to content

Commit

Permalink
set podSecurityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
mazay committed Oct 16, 2024
1 parent 3526563 commit aaa6fb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/s3sync-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ imagePullSecrets: []
podAnnotations: {}

# -- the [pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)
podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
runAsUser: 8888
runAsNonRoot: true

# -- the [container security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
securityContext: {}
Expand Down

0 comments on commit aaa6fb5

Please sign in to comment.