From f798e4331c7c87536510dc937c504d6b152f5120 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Wed, 6 Dec 2023 14:20:16 +0100 Subject: [PATCH] Update openshift/templates/django-postgresql.json --- openshift/templates/django-postgresql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 670d742f..4ad7bb21 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -290,7 +290,7 @@ "replicas": 1, "selector": { "matchLabels":{ - "name": "${NAME}" + "name": "${DATABASE_SERVICE_NAME}" } }, "template": {