mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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",
|
||||
"kind": "Secret",
|
||||
"name": "mysecret",
|
||||
"namespace": "myns",
|
||||
"metadata" : {
|
||||
"name": "mysecret",
|
||||
"namespace": "myns",
|
||||
},
|
||||
"data": {
|
||||
"username": "dmFsdWUtMQ0K",
|
||||
"password": "dmFsdWUtMg0KDQo="
|
||||
|
Loading…
Reference in New Issue
Block a user