Skip to content

Commit

Permalink
Volume bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: pgodithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jun 12, 2022
1 parent 45f951c commit d6eefab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ nodePools:
- ReadWriteOnce
```
### EmptyDir
Persistent source as emptyDir.
Persistent source as `emptyDir`.

```yaml
nodePools:
Expand All @@ -104,7 +104,7 @@ nodePools:
If you are using emptyDir, it is recommended that you set `spec.general.drainDataNodes` to be `true`. This will ensure that shards are drained from the pods before rolling upgrades or restart operations are performed.

### HostPath
Persistent source as hostPath.
Persistent source as `hostPath`.

```yaml
nodePools:
Expand Down

0 comments on commit d6eefab

Please sign in to comment.