mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +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
|
:::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
|
```bash
|
||||||
kubectl create secret generic s3-creds \
|
kubectl create secret generic s3-creds \
|
||||||
--from-literal=accessKey=<access key> \
|
--from-literal=accessKey=<access key> \
|
||||||
|
|||||||
Reference in New Issue
Block a user