Skip to content

Commit

Permalink
hack: run storage as non-root user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 8, 2024
1 parent 7f2d7de commit b23d24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/cryostat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ storage:
resources: {}
## @param storage.securityContext [object] Security Context for the storage container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)
securityContext:
## @skip storage.securityContext.runAsUser
runAsUser: 1000
## @skip storage.securityContext.allowPrivilegeEscalation
allowPrivilegeEscalation: false
## @skip storage.securityContext.capabilities
Expand Down

0 comments on commit b23d24f

Please sign in to comment.