Commit 26ee563 1 parent 65e747e commit 26ee563 Copy full SHA for 26ee563
File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ $ export PATH=$PATH:/usr/local/linux-amd64
34
34
```
35
35
36
36
# Initialize local CLI
37
- NOTE: Does the directory matter for anything?
37
+
38
38
``` shell
39
39
$ helm init
40
+ $ helm repo update
40
41
```
41
42
42
43
## Configure Spinnaker
@@ -84,20 +85,6 @@ accounts:
84
85
85
86
## Deploy Spinnaker Chart
86
87
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
-
101
88
## Install spinnaker
102
89
NOTE: This is going to take a while.
103
90
``` shell
@@ -128,7 +115,7 @@ $ kubectl get deployment -l app=cd-spinnaker
128
115
129
116
NOTE: If you want to make a quick change. Helm can do a blue green deployment via upgrade.
130
117
``` shell
131
- $ helm upgrade cd ./charts/ stable/spinnaker -f updated-values.yaml
118
+ $ helm upgrade cd stable/spinnaker -f updated-values.yaml
132
119
```
133
120
134
121
Debugging can be done with
You can’t perform that action at this time.
0 commit comments