From a5dd26bbe5892eaf75c296ef07f012e3320287f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=BCnk=C3=B6sd=20Marcell?= Date: Tue, 14 Apr 2020 20:05:04 +0200 Subject: [PATCH] added a very important yet missing dash --- k8s/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/configmap.yaml b/k8s/configmap.yaml index ddf8c7b..ebeb760 100644 --- a/k8s/configmap.yaml +++ b/k8s/configmap.yaml @@ -14,4 +14,4 @@ data: MINIO_SECRET_KEY: birbnetes-supersecret MINIO_MEANS_BUCKET_NAME: noise_means MINIO_MODEL_BUCKET_NAME: noise_model - DATABASE_URI: "postgresql://birbnetes:supersecret@model-postgres/modelservice" \ No newline at end of file + DATABASE_URI: "postgresql://birbnetes:supersecret@model-postgres/model-service" \ No newline at end of file