Merge pull request #8408 from mdevilliers/patch-1

Update the secrets examples to the v1beta3API
This commit is contained in:
Brian Grant 2015-05-18 18:50:15 -07:00
commit 964ac90aba

View File

@ -16,8 +16,10 @@ This is an example of a simple secret, in json format:
{
"apiVersion": "v1beta3",
"kind": "Secret",
"name": "mysecret",
"namespace": "myns",
"metadata" : {
"name": "mysecret",
"namespace": "myns",
},
"data": {
"username": "dmFsdWUtMQ0K",
"password": "dmFsdWUtMg0KDQo="