chore: remove secret templates — managed by CI/CD
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# LPT Application Secrets — TEMPLATE
|
||||
# DO NOT commit real secrets to git!
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: lpt-secrets
|
||||
namespace: lpt-prod
|
||||
type: Opaque
|
||||
data: {}
|
||||
@@ -1,11 +0,0 @@
|
||||
# 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