push
This commit is contained in:
parent
cd2da455bc
commit
6328dee08d
2 changed files with 4 additions and 3 deletions
|
|
@ -102,6 +102,6 @@ metadata:
|
|||
namespace: default
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_USER: stripe_invoice
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: averysecretpasswordPersonAppleWinter938
|
||||
POSTGRES_DB: stripe_invoice
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue