12 lines
219 B
YAML
12 lines
219 B
YAML
# Docker Registry Secret — TEMPLATE
|
|
# DO NOT commit real credentials!
|
|
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: regcred
|
|
namespace: lpt-prod
|
|
type: kubernetes.io/dockerconfigjson
|
|
data:
|
|
.dockerconfigjson: ""
|