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:31:25 +00:00
committed by GitHub
co-authored by Billy Tat
parent 82734a0e36
commit c9069aa624
@@ -73,7 +73,7 @@ Kubernetes v1.22, available as an experimental feature of v2.6.3, does not suppo
:::
1. When using S3 object storage that as the backup source for restore that requires credentials, create a `Secret` object in this cluster to add the S3 credentials. The secret data must have two keys - `accessKey`, and `secretKey`, that contain the S3 credentials.
1. When using S3 object storage as the backup source for a restore that requires credentials, create a `Secret` object in this cluster to add the S3 credentials. The secret data must have two keys - `accessKey`, and `secretKey`, that contain the S3 credentials.
The secret can be created in any namespace, this example uses the default namespace.