Skip to main content
Version: Next 🚧

Configurations

This guide explores working with configurations. Configurations are reusable collections of application settings or service bindings that can be attached to applications. For more information see the configurations reference page.

View Configurations​

To view all available configurations, navigate to the Configurations page under the Advanced section of the side navigation menu.

View of the Configurations screen

Create a Configuration​

Click Create on the Configurations page to open the creation modal.

Select the namespace that the configuration belongs to. If the configuration should be bound to an existing application, this can be done during creation. Configurations can also be bound or unbound later by editing either the configuration or the application.

Add the configuration data as key-value pairs.

To assist with configuration creation, Epinio provides file upload options:

  • Read From File reads key-value pairs from a text file in the format:
name1=val1
name2=val2
name3=val3
  • Upload can be used for larger structured values such as JSON or YAML files.
Create Configurations Modal

Edit a Configuration​

To edit a configuration, open the action menu and select Edit. From here you can update configuration values and bind or unbind applications.

Edit Configuration Modal

Delete a Configuration​

To delete a configuration, open the action menu and select Delete. If the configuration is currently bound to one or more applications, it will be unbound before deletion.

Delete Configuration Modal

Additional CLI Commands​

For additional documentation on the CLI commands above, along with additional commands, see the epinio configuration CLI reference.