feat: update env
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-05-26 23:17:44 +02:00
parent 616d23c550
commit 2f74098afe
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -97,8 +97,7 @@ kind: ConfigMap
metadata:
name: {{ vars.cuddle_vars.service }}-crdb-config
data:
environment:
DATABASE_URL: postgresql://root@{{environment}}-cluster:26257/{{ vars.cuddle_vars.service }}
DATABASE_URL: postgresql://root@{{environment}}-cluster:26257/{{ vars.cuddle_vars.service }}
"#
.into(),
)));