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 6a60c21 commit 67ea565
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 @@ -237,7 +237,7 @@ The template values can be one of them :

The `uuid` have the same value for the persistent volume and for the persistent volume claim. `uuid` can be use for naming the PVC or the PV, or on all string values.

```json
```
desktop.persistentvolumeclaim: {
'metadata': {
'name': '{{ provider }}-{{ userid }}-{{ uuid }}',
Expand Down Expand Up @@ -276,7 +276,7 @@ desktop.persistentvolume: {

The variables persistentvolumeclaim and persistentvolume become

```json
```
desktop.persistentvolumeclaim: {
'metadata': {'name': 'planet-fry-1841f'},
'spec': {
Expand Down Expand Up @@ -406,7 +406,7 @@ In your od.config file, define the entry `desktop.persistentvolumeclaim`
The Persistent Volume and Persistent Volume Claim are created by abcdesktop. Abcdesktop defines a binding between that specific PV and PVC


```json
```
# set to persistentVolumeClaim
desktop.homedirectorytype: 'persistentVolumeClaim'
desktop.deletepersistentvolume: False
Expand Down

0 comments on commit 67ea565

Please sign in to comment.