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