push to main with k8s
This commit is contained in:
parent
596969b910
commit
6021235122
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue