Skip to content

Commit

Permalink
Clarify --helm-patch-yaml flag description
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Dec 11, 2020
1 parent 027617f commit 98c7c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@ OPTIONS
The URL of the external Devfile registry.
--helm-patch-yaml=helm-patch-yaml
Path to yaml file with Helm Chart values patch. The file format is identical to values.yaml from the chart.
Path to yaml file with Helm Chart values patch.
The file format is identical to values.yaml from the chart.
Provided command line arguments take precedence.
--k8spoddownloadimagetimeout=k8spoddownloadimagetimeout
[default: 600000] Waiting time for Pod downloading image (in milliseconds)
Expand Down
4 changes: 3 additions & 1 deletion src/commands/server/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ export default class Deploy extends Command {
[CHE_OPERATOR_CR_YAML_KEY]: cheOperatorCRYaml,
[CHE_OPERATOR_CR_PATCH_YAML_KEY]: cheOperatorCRPatchYaml,
'helm-patch-yaml': string({
description: 'Path to yaml file with Helm Chart values patch. The file format is identical to values.yaml from the chart.',
description: `Path to yaml file with Helm Chart values patch.
The file format is identical to values.yaml from the chart.
Provided command line arguments take precedence.`,
default: '',
}),
'workspace-pvc-storage-class-name': string({
Expand Down

0 comments on commit 98c7c4a

Please sign in to comment.