score-helm run

Translates the Score file into a Helm values file.

Commands

The following section describes configuration details for the score-helm run command.

run

Translates the Score file into a Helm values.yaml file.

Example

The following is an example that translates a Score file into a Helm values.yaml file.

score-helm run --file ./score.yaml \
  --output ./values.yaml

Flags

The following are configuration details for score-helm run.

--file

The location of the Score file. Uses the default value if the flag isn’t specified.

Default: ./score.yaml

Alias: -f

score-helm run -f ./another-score.yaml

--help

Help for the run command.

Alias: -h

score-helm run -h

--output

The output location of the helm file. Uses the default value if the flag isn’t specified.

Default: ./helm.yaml

Alias: -o

score-helm run -f ./score.yaml -o ./another-helm.yaml

--overrides

Specifies the path to the override file.

Default: ./overrides.score.yaml

score-helm run -f ./score.yaml \
  -o ./values.yaml \
  --overrides ./overrides.score.yaml

--property

Overrides selected property value.

Alias: -p

--values

Specifies the path that declares reference dependencies, or resource property, values that are environment-specific.

score-helm run -f ./score.yaml --values ./env.yaml -o ./values.yaml

--verbose

Enables a stream to which error messages are sent.

score-helm run -f ./score.yaml -o ./values.yaml --verbose