Merge pull request #3270 from rancher/backup-secret-stringdata

Fix backup restore secret creation
This commit is contained in:
Catherine Luse
2021-05-18 20:28:53 -07:00
committed by GitHub
@@ -36,7 +36,7 @@ kind: Secret
metadata:
name: s3-creds
type: Opaque
data:
stringData:
accessKey: <Enter your access key>
secretKey: <Enter your secret key>
```
@@ -94,4 +94,4 @@ Use the same version of Helm to install Rancher, that was used on the first clus
helm install rancher rancher-latest/rancher \
--namespace cattle-system \
--set hostname=<same hostname as the server URL from the first Rancher server> \
```
```