Skip to content

Commit

Permalink
Drop all capabilities for init container
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 28, 2024
1 parent 381494a commit 91e17ae
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 91e17ae

Please sign in to comment.