Skip to content

Commit 973a517

Browse files
committed
Removing unneeded workspaceVolume options
1 parent 6495f54 commit 973a517

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,11 @@ Either way it provides access to the following fields:
298298
* **runAsGroup** The group ID to run all containers in the pod as.
299299
* **hostNetwork** Use the hosts network.
300300
* **workspaceVolume** The type of volume to use for the workspace.
301-
* `configMapWorkspaceVolume` : a read only volume that is mounted from a ConfigMap.
302301
* `dynamicPVC()` : a persistent volume claim managed dynamically. It is deleted at the same time as the pod.
303302
* `emptyDirWorkspaceVolume` (default): an empty dir allocated on the host machine
304303
* `hostPathWorkspaceVolume()` : a host path volume
305304
* `nfsWorkspaceVolume()` : a nfs volume
306305
* `persistentVolumeClaimWorkspaceVolume()` : an existing persistent volume claim by name.
307-
* `secretWorkspaceVolume` : a read only volume that is mounted from a Kubernetes secret.
308306

309307
## Container template
310308

0 commit comments

Comments
 (0)