Merge pull request #80 from jakalkhalili/master
#79 Change privateKey data to stringData - documentation fix
This commit is contained in:
commit
fed512873c
|
|
@ -252,7 +252,7 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-ssh
|
name: k8s-ssh
|
||||||
data:
|
stringData:
|
||||||
privateKey: |
|
privateKey: |
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
MIIJKAIBAAKCAgEAxxDpleJjMCN5nusfW/AtBAZhx8UVVlhhhIKXvQ+dFODQIdzO
|
MIIJKAIBAAKCAgEAxxDpleJjMCN5nusfW/AtBAZhx8UVVlhhhIKXvQ+dFODQIdzO
|
||||||
|
|
@ -288,7 +288,7 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-user-pass
|
name: k8s-user-pass
|
||||||
data:
|
stringData:
|
||||||
username: github_user_name
|
username: github_user_name
|
||||||
password: password_or_token
|
password: password_or_token
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -254,7 +254,7 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-ssh
|
name: k8s-ssh
|
||||||
data:
|
stringData:
|
||||||
privateKey: |
|
privateKey: |
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
MIIJKAIBAAKCAgEAxxDpleJjMCN5nusfW/AtBAZhx8UVVlhhhIKXvQ+dFODQIdzO
|
MIIJKAIBAAKCAgEAxxDpleJjMCN5nusfW/AtBAZhx8UVVlhhhIKXvQ+dFODQIdzO
|
||||||
|
|
@ -290,7 +290,7 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-user-pass
|
name: k8s-user-pass
|
||||||
data:
|
stringData:
|
||||||
username: github_user_name
|
username: github_user_name
|
||||||
password: password_or_token
|
password: password_or_token
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue