Initial commit
This commit is contained in:
commit
70184dd85d
8 changed files with 138 additions and 0 deletions
8
secret.yaml
Normal file
8
secret.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
metadata:
|
||||
name: image-pull-secret
|
||||
data:
|
||||
.dockerconfigjson:
|
||||
{{ "{"my-passwordauths": {"tiptop:5000": {"username": "admin", "password": "admin"}}}" | b64enc }}
|
Loading…
Add table
Add a link
Reference in a new issue