We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c300fba + 5f6dd73 commit bfc30e0Copy full SHA for bfc30e0
1 file changed
src/managing-workflow/upgrading-workflow.md
@@ -39,9 +39,12 @@ $ helm upgrade <release-name> deis/workflow
39
```
40
$ B64_KEY_JSON="$(cat ~/path/to/key.json | base64 | tr -d '[:space:]')"
41
$ helm upgrade <release_name> deis/workflow -f values.yaml --set gcs.key_json="${B64_KEY_JSON}",registry-token-refresher.gcr.key_json="${B64_KEY_JSON}"
42
-$ # alternatively, simply replace the appropriate values in values.yaml and do without the `--set` parameter
43
44
+Alternatively, simply replace the appropriate values in values.yaml and do without the `--set`
45
+parameter. Make sure to wrap it in single quotes as double quotes will give a parser error when
46
+upgrading.
47
+
48
### Step 2: Verify Upgrade
49
50
Verify that all components have started and passed their readiness checks:
0 commit comments