Update docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/migrate-rancher-to-new-cluster.md

Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
dkeightley
2022-09-29 21:27:41 +00:00
committed by GitHub
co-authored by Billy Tat
parent 56121338e6
commit c833de2112
@@ -37,7 +37,8 @@ Install the [rancher-backup chart](https://github.com/rancher/backup-restore-ope
helm search repo --versions rancher-charts/rancher-backup
CHART_VERSION=<2.x.x>
```
2. Install the charts:
1. Install the charts:
```bash
helm install rancher-backup-crd rancher-charts/rancher-backup-crd -n cattle-resources-system --create-namespace --version $CHART_VERSION
helm install rancher-backup rancher-charts/rancher-backup -n cattle-resources-system --version $CHART_VERSION