Skip to content

Commit

Permalink
minor typo fixed (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
khareRajshree authored and atye committed Nov 7, 2023
1 parent f778ef1 commit a79996b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ externalAccess:
# Default value: None
imagePullPolicy: IfNotPresent

<<<<<<< HEAD
=======
# nfsAcls: enables setting permissions on NFS mount directory
# This value acts as default value for NFS ACL (nfsAcls), if not specified for an array config in secret
# Permissions can be specified in two formats:
# 1) Unix mode (NFSv3)
# 2) NFSv4 ACLs (NFSv4)
# NFSv4 ACLs are supported on NFSv4 share only.
# Allowed values:
# 1) Unix mode: valid octal mode number
# Examples: "0777", "777", "0755"
# 2) NFSv4 acls: valid NFSv4 acls, separated by comma
# Examples: "A::OWNER@:RWX,A::GROUP@:RWX", "A::OWNER@:rxtncy"
# Optional: true
# Default value: "0777"
nfsAcls: "0777"

>>>>>>> b9b7e1f (minor typo fixed (#258))
# enableQuota: a boolean that, when enabled, will set quota limit for a newly provisioned NFS volume.
# Allowed values:
# true: set quota for volume
Expand Down

0 comments on commit a79996b

Please sign in to comment.