Update ssh.md
This commit is contained in:
parent
41ca15c427
commit
d22b14bec9
|
|
@ -32,6 +32,7 @@ Write a config file for a Secret that holds your SSH private key, with the key (
|
||||||
"ssh": <base64 encoded private-key>
|
"ssh": <base64 encoded private-key>
|
||||||
"known_hosts": <base64 encoded known_hosts>
|
"known_hosts": <base64 encoded known_hosts>
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Create the Secret using ``kubectl create -f``.
|
Create the Secret using ``kubectl create -f``.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue