Skip to content

Commit

Permalink
Update persistentvolumes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Dec 4, 2023
1 parent 9383ce8 commit 864b881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opsdocs/docs/3.1/config/persistentvolumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ To define `Persistent Volume` or `Persistent Volume Claim`, update the od.config
desktop.homedirectorytype: 'persistentVolumeClaim'
desktop.persistentvolume: { YOUR PERSISTENT VOLUME DICT CONFIGURATION TEMPLATE - THIS CAN BE NONE }
desktop.persistentvolumeclaim: { YOUR PERSISTENT VOLUME CLAIM (NAME AS STRING) OR (DICT CONFIGURATION TEMPLATE) }
desktop.deletepersistentvolume: False
desktop.deletepersistentvolumeclaim: True
desktop.removepersistentvolume: False
desktop.removepersistentvolumeclaim: True
```
### desktop.homedirectorytype
Expand Down Expand Up @@ -150,7 +150,7 @@ in od.config file
desktop.homedirectorytype: 'persistentVolumeClaim'
desktop.persistentvolume: None
desktop.persistentvolumeclaim: 'homedir'
desktop.deletepersistentvolumeclaim: False
desktop.removepersistentvolumeclaim: False
```
If you need to use subPath
Expand Down

0 comments on commit 864b881

Please sign in to comment.