Updatecli Compose
Updatecli Compose file, more information on https://www.updatecli.io/docs/core/compose/
| Type | object |
|---|---|
| File match |
update-compose.yaml
updatecli-compose.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/updatecli-compose/latest.json |
| Source | https://www.updatecli.io/schema/latest/compose/config.json |
Validate with Lintel
npx @lintel/lintel check
Properties
Name contains the compose name
Policies contains a list of policies
Environment contains a list of environment variables
Example: ENV_VAR1: value1 ENV_VAR2: value2
Env_files contains a list of environment files
Example:
- env_file1.env
- env_file2.env
ValuesInline contains a list of inline values for Updatecli config This is the default inline values that will be applied to all policies if not overridden by the policy inline values. A deep merge will be performed between global inline values and policy inline values if both are defined.
Example: key1: value1 key2: value2
Values contains a list of Updatecli config file path This is the default values file that will be applied to all policies if not overridden by the policy values file.
Include contains a list of compose files to include
Secrets contains a list of Updatecli secret file path This is the default secret file that will be applied to all policies if not overridden by the policy secret file.