mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
7 lines
147 B
YAML
7 lines
147 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: docker-nilstrieb-dev-login
|
|
type: kubernetes.io/dockerconfigjson
|
|
data:
|
|
.dockerconfigjson: <fill me>
|