Skip to content

Commit 26ee563

Browse files
authored
Update installing-spinnaker.md
1 parent 65e747e commit 26ee563

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

labs/installing-spinnaker.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ $ export PATH=$PATH:/usr/local/linux-amd64
3434
```
3535

3636
# Initialize local CLI
37-
NOTE: Does the directory matter for anything?
37+
3838
```shell
3939
$ helm init
40+
$ helm repo update
4041
```
4142

4243
## Configure Spinnaker
@@ -84,20 +85,6 @@ accounts:
8485

8586
## Deploy Spinnaker Chart
8687

87-
### Temporary get the updated chart
88-
```shell
89-
$ git clone https://github.com/kubernetes/charts && cd charts
90-
91-
$ git fetch origin pull/1338/head:test-chart
92-
$ git checkout test-chart
93-
94-
# update the dependencies
95-
$ cd stable/spinnaker/
96-
$ helm dep up
97-
98-
$ cd ../../../
99-
```
100-
10188
## Install spinnaker
10289
NOTE: This is going to take a while.
10390
```shell
@@ -128,7 +115,7 @@ $ kubectl get deployment -l app=cd-spinnaker
128115

129116
NOTE: If you want to make a quick change. Helm can do a blue green deployment via upgrade.
130117
```shell
131-
$ helm upgrade cd ./charts/stable/spinnaker -f updated-values.yaml
118+
$ helm upgrade cd stable/spinnaker -f updated-values.yaml
132119
```
133120

134121
Debugging can be done with

0 commit comments

Comments
 (0)