12 lines
298 B
YAML
12 lines
298 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
|