We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ee563 commit 0b570ffCopy full SHA for 0b570ff
labs/installing-spinnaker.md
@@ -88,7 +88,7 @@ accounts:
88
## Install spinnaker
89
NOTE: This is going to take a while.
90
```shell
91
-$ helm install ./charts/stable/spinnaker --name cd -f ./config/values.yaml --timeout 600
+$ helm install stable/spinnaker --name cd -f ./config/values.yaml --timeout 600
92
```
93
In another tab, you can monitor the progress of the installation.
94
Errors will happen this is to be expected while the pods sync up.
0 commit comments