chore: remove secret templates — managed by CI/CD

This commit is contained in:
admin
2026-07-26 21:46:53 +08:00
parent bf6c4171ca
commit f64ffa3f48
5 changed files with 16 additions and 75 deletions
-10
View File
@@ -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: {}
-11
View File
@@ -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: ""