Skip to content

Commit

Permalink
fix: Drop all capabilities for init container (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 29, 2024
2 parents 381494a + 91e17ae commit 983e944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
mountPath: /tmpl
- name: configdir
mountPath: /config
securityContext:
capabilities:
drop:
- ALL
env:
- name: PGPASSWORD
valueFrom:
Expand Down

0 comments on commit 983e944

Please sign in to comment.