Commit cc6e5ee9 authored by Matt Butcher's avatar Matt Butcher

docs(workflow): update 'helm chart create' docs

parent 8e58edd4
......@@ -320,7 +320,7 @@ chart, it bundles the chart, and sends the entire chart, not just the
values.
```
$ helm create mychart
$ helm chart create 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 chart create` 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 chart create [--from NAME] CHARTNAME
```
Where `NAME` will result in fetching the generated values from the cluster.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment