Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
cc6e5ee9
Commit
cc6e5ee9
authored
Mar 22, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(workflow): update 'helm chart create' docs
parent
8e58edd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
developer-workflows.md
docs/workflow/developer-workflows.md
+3
-3
No files found.
docs/workflow/developer-workflows.md
View file @
cc6e5ee9
...
...
@@ -320,7 +320,7 @@ chart, it bundles the chart, and sends the entire chart, not just the
values.
```
$ helm create mychart
$ helm c
hart c
reate mychart
Created mychart/Chart.yaml
$ helm lint mychart
OK
...
...
@@ -334,12 +334,12 @@ $ helm redeploy skinny-pigeon
Redeployed skinny-pigeon
```
-
`helm create`
and
`helm lint`
are client side operations
-
`helm c
hart c
reate`
and
`helm lint`
are client side operations
-
`helm deploy`
,
`helm status`
, and
`helm redeploy`
are explained above.
General pattern for create:
```
helm create [--from NAME] CHARTNAME
helm c
hart c
reate [--from NAME] CHARTNAME
```
Where
`NAME`
will result in fetching the generated values from the cluster.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment