mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 04:58:07 +00:00
Update _index.md
The credentials for the secret need to either go into `stringData` or be base64-encoded.
This commit is contained in:
@@ -36,7 +36,7 @@ kind: Secret
|
|||||||
metadata:
|
metadata:
|
||||||
name: s3-creds
|
name: s3-creds
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
stringData:
|
||||||
accessKey: <Enter your access key>
|
accessKey: <Enter your access key>
|
||||||
secretKey: <Enter your secret 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 \
|
helm install rancher rancher-latest/rancher \
|
||||||
--namespace cattle-system \
|
--namespace cattle-system \
|
||||||
--set hostname=<same hostname as the server URL from the first Rancher server> \
|
--set hostname=<same hostname as the server URL from the first Rancher server> \
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user