Skip to content

Commit

Permalink
Merge pull request #814 from andyzhangx/allowVolumeExpansion-doc
Browse files Browse the repository at this point in the history
doc: add allowVolumeExpansion in examples
  • Loading branch information
andyzhangx authored Dec 11, 2024
2 parents dcff2c7 + e6f7212 commit 49ec91f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
Binary file modified charts/latest/csi-driver-nfs-v0.0.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions charts/latest/csi-driver-nfs/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
{{- end }}
reclaimPolicy: {{ .Values.storageClass.reclaimPolicy }}
volumeBindingMode: {{ .Values.storageClass.volumeBindingMode }}
allowVolumeExpansion: true
{{- with .Values.storageClass.mountOptions }}
mountOptions:
{{ toYaml . | nindent 2 }}
Expand Down
1 change: 1 addition & 0 deletions deploy/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ parameters:
# csi.storage.k8s.io/provisioner-secret-namespace: "default"
reclaimPolicy: Delete
volumeBindingMode: Immediate
allowVolumeExpansion: true
mountOptions:
- nfsvers=4.1
```
Expand Down
1 change: 1 addition & 0 deletions deploy/example/storageclass-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ parameters:
# csi.storage.k8s.io/provisioner-secret-namespace: "default"
reclaimPolicy: Delete
volumeBindingMode: Immediate
allowVolumeExpansion: true
mountOptions:
- nfsvers=4.1
1 change: 1 addition & 0 deletions deploy/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ parameters:
# csi.storage.k8s.io/provisioner-secret-namespace: "default"
reclaimPolicy: Delete
volumeBindingMode: Immediate
allowVolumeExpansion: true
mountOptions:
- nfsvers=4.1
1 change: 1 addition & 0 deletions docs/driver-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ parameters:
csi.storage.k8s.io/provisioner-secret-namespace: "default"
reclaimPolicy: Delete
volumeBindingMode: Immediate
allowVolumeExpansion: true
mountOptions:
- nfsvers=4.1
```

0 comments on commit 49ec91f

Please sign in to comment.