mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #8408 from mdevilliers/patch-1
Update the secrets examples to the v1beta3API
This commit is contained in:
commit
964ac90aba
@ -16,8 +16,10 @@ This is an example of a simple secret, in json format:
|
|||||||
{
|
{
|
||||||
"apiVersion": "v1beta3",
|
"apiVersion": "v1beta3",
|
||||||
"kind": "Secret",
|
"kind": "Secret",
|
||||||
|
"metadata" : {
|
||||||
"name": "mysecret",
|
"name": "mysecret",
|
||||||
"namespace": "myns",
|
"namespace": "myns",
|
||||||
|
},
|
||||||
"data": {
|
"data": {
|
||||||
"username": "dmFsdWUtMQ0K",
|
"username": "dmFsdWUtMQ0K",
|
||||||
"password": "dmFsdWUtMg0KDQo="
|
"password": "dmFsdWUtMg0KDQo="
|
||||||
|
Loading…
Reference in New Issue
Block a user