Skip to content
Snippets Groups Projects
Commit 74956939 authored by nltimv's avatar nltimv Committed by Derek Su
Browse files

Change default to hostPath

(cherry picked from commit 4f0dbd17)
parent d7302560
Branches
Tags
No related merge requests found
...@@ -61,7 +61,7 @@ default values. ...@@ -61,7 +61,7 @@ default values.
| `storageClass.create` | If true, create a `StorageClass` | `true` | | `storageClass.create` | If true, create a `StorageClass` | `true` |
| `storageClass.provisionerName` | The provisioner name for the storage class | `nil` | | `storageClass.provisionerName` | The provisioner name for the storage class | `nil` |
| `storageClass.defaultClass` | If true, set the created `StorageClass` as the cluster's default `StorageClass` | `false` | | `storageClass.defaultClass` | If true, set the created `StorageClass` as the cluster's default `StorageClass` | `false` |
| `storageClass.defaultVolumeType` | The default volume type this storage class creates | `local` | | `storageClass.defaultVolumeType` | The default volume type this storage class creates | `hostPath` |
| `storageClass.name` | The name to assign the created StorageClass | local-path | | `storageClass.name` | The name to assign the created StorageClass | local-path |
| `storageClass.reclaimPolicy` | ReclaimPolicy field of the class | Delete | | `storageClass.reclaimPolicy` | ReclaimPolicy field of the class | Delete |
| `nodePathMap` | Configuration of where to store the data on each node | `[{node: DEFAULT_PATH_FOR_NON_LISTED_NODES, paths: [/opt/local-path-provisioner]}]` | | `nodePathMap` | Configuration of where to store the data on each node | `[{node: DEFAULT_PATH_FOR_NON_LISTED_NODES, paths: [/opt/local-path-provisioner]}]` |
......
...@@ -35,7 +35,7 @@ storageClass: ...@@ -35,7 +35,7 @@ storageClass:
defaultClass: false defaultClass: false
## The default volume type this storage class creates, can be "local" or "hostPath" ## The default volume type this storage class creates, can be "local" or "hostPath"
defaultVolumeType: local defaultVolumeType: hostPath
## Set a StorageClass name ## Set a StorageClass name
## Ignored if storageClass.create is false ## Ignored if storageClass.create is false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment