Skip to content

Commit d280480

Browse files
committed
oc volume accepts --type=configmap
Add `configmap` to the list of supported values for the `--type` option of the `oc volume` command. Support for `configmap` was introduced in 3.2.
1 parent 1853dbd commit d280480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_guide/volumes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $ oc volume <object_type>/<name> --add [options]
113113

114114
|`-t, --type`
115115
|Name of the volume source. Supported values: `emptyDir`, `hostPath`, `secret`,
116-
or `persistentVolumeClaim`.
116+
`configmap`, or `persistentVolumeClaim`.
117117
|`emptyDir`
118118

119119
|`-c, --containers`

0 commit comments

Comments
 (0)