-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 12 additions & 36 deletions
48
internal/executor/helm/testdata/TestExecutorHelmInstallHelp.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,12 @@ | ||
Installs a chart archive. | ||
|
||
There are two different ways you to install a Helm chart: | ||
1. By absolute URL: helm install mynginx https://example.com/charts/nginx-1.2.3.tgz | ||
2. By chart reference and repo url: helm install --repo https://example.com/charts/ mynginx nginx | ||
|
||
Usage: | ||
helm install [NAME] [CHART] [flags] | ||
|
||
Flags: | ||
--create-namespace | ||
--generate-name,-g | ||
--dependency-update | ||
--description | ||
--devel | ||
--disable-openapi-validation | ||
--dry-run | ||
--insecure-skip-tls-verify | ||
--name-template | ||
--no-hooks | ||
--pass-credentials | ||
--password | ||
--post-renderer | ||
--post-renderer-args | ||
--render-subchart-notes | ||
--replace | ||
--repo | ||
--set | ||
--set-json | ||
--set-string | ||
--skip-crds | ||
--timeout | ||
--username | ||
--verify | ||
--version | ||
-o,--output | ||
{ | ||
"Type": "baseBodyWithFilter", | ||
"BaseBody": { | ||
"CodeBlock": "Installs a chart archive.\n\nThere are two different ways you to install a Helm chart:\n1. By absolute URL: helm install mynginx https://example.com/charts/nginx-1.2.3.tgz\n2. By chart reference and repo url: helm install --repo https://example.com/charts/ mynginx nginx\n\nUsage:\n helm install [NAME] [CHART] [flags]\n\nFlags:\n --create-namespace\n --generate-name,-g\n --dependency-update\n --description\n --devel\n --disable-openapi-validation\n --dry-run\n --insecure-skip-tls-verify\n --name-template\n --no-hooks\n --pass-credentials\n --password\n --post-renderer\n --post-renderer-args\n --render-subchart-notes\n --replace\n --repo\n --set\n --set-json\n --set-string\n --skip-crds\n --timeout\n --username\n --verify\n --version\n -o,--output\n", | ||
"Plaintext": "" | ||
}, | ||
"Timestamp": "0001-01-01T00:00:00Z", | ||
"Sections": null, | ||
"PlaintextInputs": null, | ||
"OnlyVisibleForYou": false, | ||
"ReplaceOriginal": false | ||
} |