Commit 964ac90a authored by Brian Grant's avatar Brian Grant

Merge pull request #8408 from mdevilliers/patch-1

Update the secrets examples to the v1beta3API
parents 03535478 13aaef14
......@@ -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