feat: initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: schemas
|
||||
stringData:
|
||||
API_KEY: supersecret123!
|
||||
POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/schemas?sslmode=disable"
|
||||
Reference in New Issue
Block a user