This commit is contained in:
Jun-te Kim 2025-12-28 15:22:21 +00:00
parent cd2da455bc
commit 6328dee08d
2 changed files with 4 additions and 3 deletions

View file

@ -102,6 +102,6 @@ metadata:
namespace: default namespace: default
type: Opaque type: Opaque
stringData: stringData:
POSTGRES_USER: stripe_invoice POSTGRES_USER: postgres
POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938
POSTGRES_DB: stripe_invoice POSTGRES_DB: stripe_invoice

View file

@ -1,4 +1,5 @@
# This will need to be changes to stripe_invoice_dev soon # Github runners/workers needs access to secret to set env variable for various things
---
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
@ -6,7 +7,7 @@ metadata:
namespace: arc-systems namespace: arc-systems
type: Opaque type: Opaque
stringData: stringData:
POSTGRES_USER: stripe_invoice POSTGRES_USER: postgres
POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938
POSTGRES_DB: stripe_invoice POSTGRES_DB: stripe_invoice