File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,24 +28,23 @@ InfluxDB is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/se
2828
2929If you see a list of targets like the one above, 'helm' can communicate with the kubernetes master.
3030
31- ## Get the Helm Chart
31+ ## Add the Deis Chart Repository
3232
3333The [ Deis Chart Repository] ( https://github.com/deis/charts ) contains everything you
3434need to install Deis onto your Kubernetes cluster, with a single ` helm install ` command.
3535
36- Run the following commands to set up your Helm environment and install the chart :
36+ Run the following command to add this repository to Helm :
3737
3838```
39- $ helm update
4039$ helm repo add deis https://github.com/deis/charts
41- $ helm fetch deis/deis
4240```
4341
4442## Install Deis Workflow
4543
46- Now that you have Helm installed and added the Deis Chart Repository, install Workflow by running:
44+ Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
4745
4846```
47+ $ helm fetch deis/deis # fetches the chart into a local workspace
4948$ helm generate -x manifests deis # generates various secrets
5049$ helm install deis # injects resources into your cluster
5150```
You can’t perform that action at this time.
0 commit comments