Commit 13aaef14 authored by Mark deVilliers's avatar Mark deVilliers

Fix secret namespace and key for v1beta3API

parent d7834f50
...@@ -16,8 +16,10 @@ This is an example of a simple secret, in json format: ...@@ -16,8 +16,10 @@ This is an example of a simple secret, in json format:
{ {
"apiVersion": "v1beta3", "apiVersion": "v1beta3",
"kind": "Secret", "kind": "Secret",
"name": "mysecret", "metadata" : {
"namespace": "myns", "name": "mysecret",
"namespace": "myns",
},
"data": { "data": {
"username": "dmFsdWUtMQ0K", "username": "dmFsdWUtMQ0K",
"password": "dmFsdWUtMg0KDQo=" "password": "dmFsdWUtMg0KDQo="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment