Skip to content

Commit

Permalink
Fix dbgate securityContext
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored and tamalsaha committed Sep 6, 2024
1 parent f72d90a commit 3550c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dbgate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ securityContext: # +doc-gen:break
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 65534
runAsUser: 1000
seccompProfile:
type: RuntimeDefault

Expand Down

0 comments on commit 3550c80

Please sign in to comment.