diff --git a/openshift/templates/django-postgresql-persistent.json b/openshift/templates/django-postgresql-persistent.json index 3a0c1e12..9b0e2578 100644 --- a/openshift/templates/django-postgresql-persistent.json +++ b/openshift/templates/django-postgresql-persistent.json @@ -307,7 +307,7 @@ "replicas": 1, "selector": { "matchLabels":{ - "name": "${NAME}" + "name": "${DATABASE_SERVICE_NAME}" } }, "template": {