From 6021235122f6bd568e2f1c21ce0e0b1bb68d13dc Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 28 Dec 2025 14:04:27 +0000 Subject: [PATCH] push to main with k8s --- db/k8s/secrets/postgres-secret-dev.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/db/k8s/secrets/postgres-secret-dev.yaml b/db/k8s/secrets/postgres-secret-dev.yaml index 5702d0c..eab0f8f 100644 --- a/db/k8s/secrets/postgres-secret-dev.yaml +++ b/db/k8s/secrets/postgres-secret-dev.yaml @@ -10,3 +10,18 @@ stringData: POSTGRES_USER: postgres POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 POSTGRES_DB: stripe_invoice + +--- + +# This might be needed for runner permisison. +# Unsure at the momnet +apiVersion: v1 +kind: Secret +metadata: + name: postgres-prod-secret + namespace: arc-systems +type: Opaque +stringData: + POSTGRES_USER: postgres + POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 + POSTGRES_DB: stripe_invoice