Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 25, 2024
1 parent 21a6de3 commit 8c370d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/pgadmin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ securityContext: # +doc-gen:break
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 5050
runAsGroup: 5050
seccompProfile:
type: RuntimeDefault

Expand Down

0 comments on commit 8c370d8

Please sign in to comment.