Skip to content

Commit

Permalink
Add drop capabilities to container security context
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 29, 2024
1 parent 381494a commit 13de524
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/flowforge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ forge:
containerSecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL

livenessProbe:
initialDelaySeconds: 10
Expand Down

0 comments on commit 13de524

Please sign in to comment.