Fix Rancher 2 upgrade command

This commit is contained in:
Catherine Luse
2020-06-25 15:49:42 -07:00
parent f68ff88900
commit e11763fa3f
@@ -99,8 +99,7 @@ Upgrade Rancher to the latest version with all your settings.
Take all the values from the previous step and append them to the command using `--set key=value`. Note: There will be many more options from the previous step that need to be appended.
```
helm upgrade rancher-<CHART_REPO>/rancher \
--name rancher \
helm upgrade --install rancher rancher-latest rancher-<CHART_REPO>/rancher \
--namespace cattle-system \
--set hostname=rancher.my.org
```