diff --git a/db/k8s/secrets/postgres-secret-dev.yaml b/db/k8s/secrets/postgres-secret-dev.yaml index f85d639..791f4ec 100644 --- a/db/k8s/secrets/postgres-secret-dev.yaml +++ b/db/k8s/secrets/postgres-secret-dev.yaml @@ -6,7 +6,7 @@ metadata: namespace: arc-systems type: Opaque stringData: - POSTGRES_USER: postgres + POSTGRES_USER: stripe_invoice POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 POSTGRES_DB: stripe_invoice