mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Fix kubectl create secret docker-registry
This commit is contained in:
14
hack/testdata/dockerconfig.json
vendored
Normal file
14
hack/testdata/dockerconfig.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"auths":{
|
||||
"http://foo.example.com":{
|
||||
"username":"foo",
|
||||
"password":"bar",
|
||||
"email":"foo@example.com"
|
||||
},
|
||||
"http://bar.example.com":{
|
||||
"username":"bar",
|
||||
"password":"baz",
|
||||
"email":"bar@example.com"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user