27 lines
622 B
YAML
27 lines
622 B
YAML
# This might be needed for runner permisison.
|
|
# Unsure at the momnet
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: postgres-secret
|
|
namespace: arc-systems
|
|
type: Opaque
|
|
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: productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls
|
|
POSTGRES_DB: stripe_invoice_prod
|