You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/chart/local-path-provisioner/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ default values.
65
65
|`storageClass.defaultVolumeType`| The default volume type this storage class creates |`hostPath`|
66
66
|`storageClass.name`| The name to assign the created StorageClass | local-path |
67
67
|`storageClass.reclaimPolicy`| ReclaimPolicy field of the class | Delete |
68
+
|`storageClass.volumeBindingMode`| volumeBindingMode field of the class |`WaitForFirstConsumer`|
69
+
|`storageClass.allowedTopologies`| allowedTopologies field of the class |`[]`|
68
70
|`storageClass.pathPattern`| Template for the volume directory name |`nil`|
69
71
|`nodePathMap`| Configuration of where to store the data on each node |`[{node: DEFAULT_PATH_FOR_NON_LISTED_NODES, paths: [/opt/local-path-provisioner]}]`|
70
72
|`resources`| Local Path Provisioner resource requests & limits |`{}`|
0 commit comments