Skip to content

Commit

Permalink
fix(nfs): add sys_admin capability
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Nov 5, 2024
1 parent 12b9b10 commit bc5b4e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s-apps/nfs-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ app-template:
env:
TZ: Europe/Paris
NFS_EXPORT_0: "/elements (rw,no_subtree_check)"
securityContext:
capabilities:
add: ["SYS_ADMIN"]
ports:
- name: nfs
containerPort: 2049
Expand Down

0 comments on commit bc5b4e3

Please sign in to comment.