mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-27 16:55:02 +00:00
Update docs/reference-guides/backup-restore-configuration/backup-configuration.md
Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
@@ -127,7 +127,8 @@ data:
|
||||
|
||||
:::note
|
||||
|
||||
To avoid encoding issues, the credentialSecret can be created with the below command, updating the values for `accessKey` and `secretKey`.
|
||||
To avoid encoding issues, the `credentialSecret` can be created with the below command, updating the values for `accessKey` and `secretKey`.
|
||||
|
||||
```bash
|
||||
kubectl create secret generic s3-creds \
|
||||
--from-literal=accessKey=<access key> \
|
||||
|
||||
Reference in New Issue
Block a user