add correct key

This commit is contained in:
Jun-te Kim 2025-12-28 13:38:13 +00:00
parent cc77de922a
commit d50eba157f
2 changed files with 12 additions and 10 deletions

View file

@ -93,3 +93,15 @@ spec:
ports:
- port: 5432
targetPort: 5432
---
apiVersion: v1
kind: Secret
metadata:
name: postgres-secret
namespace: default
type: Opaque
stringData:
POSTGRES_USER: stripe_invoice
POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938
POSTGRES_DB: stripe_invoice

View file

@ -1,10 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: postgres-prod-secret
namespace: arc-systems
type: Opaque
stringData:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls
POSTGRES_DB: stripe_invoice