Skip to main content

Container Settings

All the configuration of how a Container is executed within a Capsule, is managed in the configration modal.

Environment Variables & Environment Sources

Basic environment variables can be added to the Capsule or alternatively they can be sourced from an existing config map or secret using environment sources.

Environment Variables settings
Environment Variables settings

When deployed, the environment is deployed to the Capsule.

Command & Arguments

The command and arguments of the container can be found in the advanced tab. The command is the executable that is run when the container starts, and the arguments are the parameters passed to the command.

Environment Variables settings
Environment Variables settings