From de133ff75c912c588dc05ac8b9f9b6a6d29a9f99 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Thu, 24 Mar 2016 16:42:34 -0400 Subject: Sync latest db-templates and qucikstart-templates --- .../files/examples/v1.1/quickstart-templates/cakephp.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'roles/openshift_examples/files/examples/v1.1/quickstart-templates/cakephp.json') diff --git a/roles/openshift_examples/files/examples/v1.1/quickstart-templates/cakephp.json b/roles/openshift_examples/files/examples/v1.1/quickstart-templates/cakephp.json index 21e29ae30..780faec55 100644 --- a/roles/openshift_examples/files/examples/v1.1/quickstart-templates/cakephp.json +++ b/roles/openshift_examples/files/examples/v1.1/quickstart-templates/cakephp.json @@ -82,7 +82,7 @@ "sourceStrategy": { "from": { "kind": "ImageStreamTag", - "namespace": "openshift", + "namespace": "${NAMESPACE}", "name": "php:5.6" } } @@ -235,6 +235,12 @@ "required": true, "value": "cakephp-example" }, + { + "name": "NAMESPACE", + "displayName": "Namespace", + "description": "The OpenShift Namespace where the ImageStream resides.", + "value": "openshift" + }, { "name": "MEMORY_LIMIT", "displayName": "Memory Limit", -- cgit v1.2.3