Files
schemas/k8s/secrets-local.yaml
T

8 lines
178 B
YAML
Raw Normal View History

2022-10-09 15:23:52 +02:00
apiVersion: v1
kind: Secret
metadata:
name: schemas
stringData:
API_KEY: supersecret123!
POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/schemas?sslmode=disable"