From 2dd81db75ea3cf518cbb84b9f65b3cf0bdb7b507 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 28 Dec 2025 14:18:12 +0000 Subject: [PATCH] push to main with k8s --- db/k8s/secrets/postgres-secret-dev.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/db/k8s/secrets/postgres-secret-dev.yaml b/db/k8s/secrets/postgres-secret-dev.yaml index a8db50e..f85d639 100644 --- a/db/k8s/secrets/postgres-secret-dev.yaml +++ b/db/k8s/secrets/postgres-secret-dev.yaml @@ -1,5 +1,4 @@ -# This might be needed for runner permisison. -# Unsure at the momnet +# This will need to be changes to stripe_invoice_dev soon apiVersion: v1 kind: Secret metadata: @@ -12,9 +11,6 @@ stringData: POSTGRES_DB: stripe_invoice --- - -# This might be needed for runner permisison. -# Unsure at the momnet apiVersion: v1 kind: Secret metadata: @@ -22,6 +18,6 @@ metadata: namespace: arc-systems type: Opaque stringData: - POSTGRES_USER: postgres + POSTGRES_USER: stripe_invoice_prod POSTGRES_PASSWORD: productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls POSTGRES_DB: stripe_invoice_prod