push to main with k8s

This commit is contained in:
Jun-te Kim 2025-12-28 14:18:12 +00:00
parent 5f32d963f2
commit 2dd81db75e

View file

@ -1,5 +1,4 @@
# This might be needed for runner permisison. # This will need to be changes to stripe_invoice_dev soon
# Unsure at the momnet
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
@ -12,9 +11,6 @@ stringData:
POSTGRES_DB: stripe_invoice POSTGRES_DB: stripe_invoice
--- ---
# This might be needed for runner permisison.
# Unsure at the momnet
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
@ -22,6 +18,6 @@ metadata:
namespace: arc-systems namespace: arc-systems
type: Opaque type: Opaque
stringData: stringData:
POSTGRES_USER: postgres POSTGRES_USER: stripe_invoice_prod
POSTGRES_PASSWORD: productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls POSTGRES_PASSWORD: productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls
POSTGRES_DB: stripe_invoice_prod POSTGRES_DB: stripe_invoice_prod