#79 Change privateKey data to stringData - documentation v0.1.1 fix

This commit is contained in:
Jakub Al-Khalili 2019-08-27 14:12:06 +02:00
parent dd8e16322b
commit ba55185bf5
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ apiVersion: v1
kind: Secret
metadata:
name: k8s-ssh
data:
stringData:
privateKey: |
-----BEGIN RSA PRIVATE KEY-----
MIIJKAIBAAKCAgEAxxDpleJjMCN5nusfW/AtBAZhx8UVVlhhhIKXvQ+dFODQIdzO
@ -288,7 +288,7 @@ apiVersion: v1
kind: Secret
metadata:
name: k8s-user-pass
data:
stringData:
username: github_user_name
password: password_or_token
```