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