feat: add namespace
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:22:38 +02:00
parent 2f74098afe
commit 57137daa4e
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -96,6 +96,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ vars.cuddle_vars.service }}-crdb-config
namespace: {{ vars.cluster_vars.namespace }}
data:
DATABASE_URL: postgresql://root@{{environment}}-cluster:26257/{{ vars.cuddle_vars.service }}
"#