Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 386 Bytes

authentication-configmap-create.adoc

File metadata and controls

17 lines (13 loc) · 386 Bytes

Creating a config map

You can use the following command to create a config map from directories, specific files, or literal values.

Procedure
  • Create a config map:

    $ oc create configmap <configmap_name> [options]