mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Update _index.md
This commit is contained in:
@@ -139,8 +139,8 @@ data:
|
|||||||
secretKey: <Enter your secret key>
|
secretKey: <Enter your secret key>
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure to encode the keys in base64 in YAML file.
|
Make sure to encode the keys to base64 in YAML file.
|
||||||
Run the following command to encode the keys in base64.
|
Run the following command to encode the keys.
|
||||||
```
|
```
|
||||||
echo -n "your_key" |base64
|
echo -n "your_key" |base64
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user