File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments