initial commit
This commit is contained in:
13
dev/tekton/examples/buildah/dockerconfig-secret.yaml
Executable file
13
dev/tekton/examples/buildah/dockerconfig-secret.yaml
Executable file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: dockerconfig-secret
|
||||
stringData:
|
||||
config.json: |
|
||||
{
|
||||
"auths": {
|
||||
"harbor.alldcs.nl": {
|
||||
"auth": "YWRtaW46SGFyYm9yMDFA"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user