DeploymentConfiguration
DeploymentConfiguration contains the configuration for a deployment, including environment variables and source settings.
Properties
- The list of environment variables for the deployment.
- ↳
namestring requiredThe name of the environment variable. - ↳
valuestring optionalThe value of the environment variable. Empty or omitted if the variable is secret. - ↳
secretboolean requiredWhether the environment variable contains a secret value. - The source configuration for the deployment.
- The Git source configuration for the deployment.
- The template source configuration for the deployment.