Skip to content

Commit

Permalink
fix(nfs): disable v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Nov 5, 2024
1 parent bc5b4e3 commit 21b21a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s-apps/nfs-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ app-template:
tag: v2.2.3
env:
TZ: Europe/Paris
NFS_EXPORT_0: "/elements (rw,no_subtree_check)"
NFS_EXPORT_0: "/elements *(rw,no_subtree_check)"
NFS_DISABLE_VERSION_3: "true"
securityContext:
capabilities:
add: ["SYS_ADMIN"]
Expand Down

0 comments on commit 21b21a6

Please sign in to comment.