Skip to content

Commit

Permalink
Add efs-provisioner mountOptions (helm#11821)
Browse files Browse the repository at this point in the history
Signed-off-by: Masato Kureha <[email protected]>
  • Loading branch information
hareku authored and k8s-ci-robot committed Feb 28, 2019
1 parent 6b73423 commit 5a1a7b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/efs-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: efs-provisioner
description: A Helm chart for the AWS EFS external storage provisioner
version: 0.2.0
version: 0.3.0
appVersion: v2.1.0-k8s1.11
home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs
sources:
Expand Down
3 changes: 3 additions & 0 deletions stable/efs-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ efsProvisioner:
gidMin: 40000
gidMax: 50000
reclaimPolicy: Delete
mountOptions: []
# - acregmin=3
# - acregmax=60
## Enable RBAC
## Leave serviceAccountName blank for the default name
Expand Down
1 change: 1 addition & 0 deletions stable/efs-provisioner/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ parameters:
gidAllocate: "false"
{{- end }}
reclaimPolicy: {{ .Values.efsProvisioner.storageClass.reclaimPolicy }}
mountOptions: {{ .Values.efsProvisioner.storageClass.mountOptions }}
1 change: 1 addition & 0 deletions stable/efs-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ efsProvisioner:
gidMin: 40000
gidMax: 50000
reclaimPolicy: Delete
mountOptions: []

## Enable RBAC
##
Expand Down

0 comments on commit 5a1a7b2

Please sign in to comment.