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:
{
"apiVersion": "v1beta3",
"kind": "Secret",
"name": "mysecret",
"namespace": "myns",
"metadata" : {
"name": "mysecret",
"namespace": "myns",
},
"data": {
"username": "dmFsdWUtMQ0K",
"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