Skip to content

Commit 2d741ec

Browse files
committed
[BEE-12428] Adding dynamicPVC for volumes
1 parent 81aaf9e commit 2d741ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ Either way it provides access to the following fields:
276276
* **nodeSelector** The node selector of the pod.
277277
* **nodeUsageMode** Either `NORMAL` or `EXCLUSIVE`, this controls whether Jenkins only schedules jobs with label expressions matching or use the node as much as possible.
278278
* **volumes** Volumes that are defined for the pod and are mounted by **ALL** containers.
279+
* `dynamicPVC()` : a persistent volume claim managed dynamically. It is deleted at the same time as the pod.
279280
* **envVars** Environment variables that are applied to **ALL** containers.
280281
* **envVar** An environment variable whose value is defined inline.
281282
* **secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.

0 commit comments

Comments
 (0)