feat: centralized K8s infra — dev/prod environments
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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: ""
|
||||
Reference in New Issue
Block a user