Initial commit

This commit is contained in:
phil 2024-11-02 04:05:28 +01:00
commit 70184dd85d
8 changed files with 138 additions and 0 deletions

8
secret.yaml Normal file
View 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 }}