summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-30 11:49:48 -0500
committerGitHub <noreply@github.com>2017-01-30 11:49:48 -0500
commit33f6619a919b815b682bb813baf2cb4f42ea964e (patch)
tree129b21fee25093436f999d590d85f8ebb782f9ee /roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json
parente11ecff826aba160fee68c35f954eb86f92d670f (diff)
parent63b03a93ce0a73e82fd48a427efac7a64e685da9 (diff)
downloadopenshift-33f6619a919b815b682bb813baf2cb4f42ea964e.tar.gz
openshift-33f6619a919b815b682bb813baf2cb4f42ea964e.tar.bz2
openshift-33f6619a919b815b682bb813baf2cb4f42ea964e.tar.xz
openshift-33f6619a919b815b682bb813baf2cb4f42ea964e.zip
Merge pull request #3220 from bparees/persistent_templates
add persistent versions of quickstarts
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json b/roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json
index 0d0a2a629..1025ab056 100644
--- a/roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json
+++ b/roles/openshift_examples/files/examples/v1.5/db-templates/postgresql-ephemeral-template.json
@@ -11,7 +11,7 @@
"tags": "database,postgresql"
}
},
- "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${POSTGRESQL_USER}\n Password: ${POSTGRESQL_PASSWORD}\n Database Name: ${POSTGRESQL_DATABASE}\n Connection URL: mysql://${DATABASE_SERVICE_NAME}:5432/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/9.5.",
+ "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${POSTGRESQL_USER}\n Password: ${POSTGRESQL_PASSWORD}\n Database Name: ${POSTGRESQL_DATABASE}\n Connection URL: postgresql://${DATABASE_SERVICE_NAME}:5432/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/9.5.",
"labels": {
"template": "postgresql-ephemeral-template"
},