diff --git a/db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml b/db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml index 7aff6a5..6402bc9 100644 --- a/db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml +++ b/db/k8s/postgres/postgres-dev-stripe-to-invoice.yaml @@ -102,6 +102,6 @@ metadata: namespace: default type: Opaque stringData: - POSTGRES_USER: stripe_invoice + POSTGRES_USER: postgres POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 POSTGRES_DB: stripe_invoice \ No newline at end of file diff --git a/db/k8s/secrets/postgres-secret-dev.yaml b/db/k8s/secrets/postgres-secret-dev.yaml index 791f4ec..2dbdaf3 100644 --- a/db/k8s/secrets/postgres-secret-dev.yaml +++ b/db/k8s/secrets/postgres-secret-dev.yaml @@ -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 kind: Secret metadata: @@ -6,7 +7,7 @@ metadata: namespace: arc-systems type: Opaque stringData: - POSTGRES_USER: stripe_invoice + POSTGRES_USER: postgres POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938 POSTGRES_DB: stripe_invoice