Skip to main content

atmos helmfile generate varfile

Purpose

Use this command to generate a varfile for a helmfile component in a stack.


atmos helmfile generate varfile --help

Usage

Execute the helmfile generate varfile command like this:

atmos helmfile generate varfile <component> -s <stack> [options]

This command generates a varfile for a helmfile component in a stack.

tip

Run atmos helmfile generate varfile --help to see all the available options

Examples

atmos helmfile generate varfile echo-server -s tenant1-ue2-dev
atmos helmfile generate varfile echo-server -s tenant1-ue2-dev
atmos helmfile generate varfile echo-server -s tenant1-ue2-dev -f vars.yaml
atmos helmfile generate varfile echo-server --stack tenant1-ue2-dev --file=vars.yaml

Arguments

ArgumentDescriptionRequired
componentAtmos helmfile componentyes

Flags

FlagDescriptionAliasRequired
--stackAtmos stack-syes
--fileFile name to write the varfile to.
If not specified, the varfile name is generated automatically from the context
-fno
--dry-runDry runno