Skip to content
Snippets Groups Projects
Commit 4fcd58dd authored by Luca Di Carlo's avatar Luca Di Carlo Committed by Derek Su
Browse files

chore: typo

parent 727d9b21
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ In this case all access modes are supported: `ReadWriteOnce`, `ReadOnlyMany` and
In addition `volumeBindingMode: Immediate` can be used in StorageClass definition.
Please note that `nodePathMap`, `sharedFileSystemPath`, and `storageClassConfigs` are mutually exclusive. If `sharedFileSystemPath` or `stroageClassConfigs` are used, then `nodePathMap` must be set to `[]`.
Please note that `nodePathMap`, `sharedFileSystemPath`, and `storageClassConfigs` are mutually exclusive. If `sharedFileSystemPath` or `storageClassConfigs` are used, then `nodePathMap` must be set to `[]`.
The `setupCommand` and `teardownCommand` allow you to specify the path to binary files in helperPod that will be called when creating or deleting pvc respectively. This can be useful if you need to use distroless images for security reasons. See the examples/distroless directory for an example. A binary file can take the following parameters:
| Parameter | Description |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment