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": {