8 lines
178 B
YAML
8 lines
178 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Secret
|
||
|
|
metadata:
|
||
|
|
name: schemas
|
||
|
|
stringData:
|
||
|
|
API_KEY: supersecret123!
|
||
|
|
POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/schemas?sslmode=disable"
|