Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
9 lines
177 B
YAML
9 lines
177 B
YAML
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: service-crdb-config
|
|
data:
|
|
environment:
|
|
DATABASE_URL: postgresql://root@dev-cluster:26257/service
|
|
|