Add a new configuration

From the menu select ConfigMaps & Secrets then click Add with form.

Configurations can also be added using a manifest by clicking Create from manifest.

Define the configuration, using the table below as a guide.

Field/OptionOverview

Name

Give the configuration a descriptive name.

Namespace

Select the namespace where the configuration will be saved to.

Configuration type

Select one of the following options:

ConfigMap: The configuration will not store any sensitive information.

Secret: The configuration will store sensitive information such as passwords and certificates.

In the Data section you can enter the details of your configuration, in either Simple mode or Advanced mode. Under Simple mode you can add entries in a key and value format, and in Advanced mode you can paste in multiple values in YAML format.

When you have finished defining the configuration, click Create ConfigMap or Create Secret (depending on the configuration type chosen earlier).

Last updated