#79 Change privateKey data to stringData - documentation fix
This commit is contained in:
parent
90a6af52f6
commit
dd8e16322b
|
|
@ -254,7 +254,7 @@ apiVersion: v1
|
|||
kind: Secret
|
||||
metadata:
|
||||
name: k8s-ssh
|
||||
data:
|
||||
stringData:
|
||||
privateKey: |
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
MIIJKAIBAAKCAgEAxxDpleJjMCN5nusfW/AtBAZhx8UVVlhhhIKXvQ+dFODQIdzO
|
||||
|
|
@ -290,7 +290,7 @@ apiVersion: v1
|
|||
kind: Secret
|
||||
metadata:
|
||||
name: k8s-user-pass
|
||||
data:
|
||||
stringData:
|
||||
username: github_user_name
|
||||
password: password_or_token
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue