Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9383ce8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Dec 4, 2023
1 parent f170389 commit 86f5a12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 3.1/config/persistentvolumes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@ <h2 id="define-persistent-volume-and-persistent-volume-claim">Define <code>persi
<p>To define <code>Persistent Volume</code> or <code>Persistent Volume Claim</code>, update the od.config file and set</p>
<pre><code>desktop.homedirectorytype: 'persistentVolumeClaim'
desktop.persistentvolume: { YOUR PERSISTENT VOLUME DICT CONFIGURATION TEMPLATE - THIS CAN BE NONE }
desktop.persistentvolumeclaim: { YOUR PERSISTENT VOLUME CLAIM DICT CONFIGURATION TEMPLATE }
desktop.persistentvolumeclaim: { YOUR PERSISTENT VOLUME CLAIM (NAME AS STRING) OR (DICT CONFIGURATION TEMPLATE) }
desktop.deletepersistentvolume: False
desktop.deletepersistentvolumeclaim: True
</code></pre>
Expand Down Expand Up @@ -3771,7 +3771,8 @@ <h4 id="define-desktoppersistentvolumeclaim-as-a-string">Define <code>desktop.pe
<p>in od.config file</p>
<pre><code>desktop.homedirectorytype: 'persistentVolumeClaim'
desktop.persistentvolume: None
desktop.persistentvolumeclaim: &quot;homedir&quot;
desktop.persistentvolumeclaim: 'homedir'
desktop.deletepersistentvolumeclaim: False
</code></pre>
<p>If you need to use subPath</p>
<pre><code>desktop.persistentvolumeclaimforcesubpath: True
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 86f5a12

Please sign in to comment.