summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-22 10:47:51 -0400
committerScott Dodson <sdodson@redhat.com>2017-08-22 10:47:51 -0400
commita1fbbfc159b63db8d8ccfc2ae7db63f6076b4665 (patch)
treeec5218728342340189087e985e6baa338f664a25 /roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json
parentd528612b6ecafb8583f12fa8427f461de0b893cc (diff)
downloadopenshift-a1fbbfc159b63db8d8ccfc2ae7db63f6076b4665.tar.gz
openshift-a1fbbfc159b63db8d8ccfc2ae7db63f6076b4665.tar.bz2
openshift-a1fbbfc159b63db8d8ccfc2ae7db63f6076b4665.tar.xz
openshift-a1fbbfc159b63db8d8ccfc2ae7db63f6076b4665.zip
Update v3.6 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json b/roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json
index 0d33c6e0e..965c2ebfe 100644
--- a/roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json
+++ b/roles/openshift_examples/files/examples/v3.6/quickstart-templates/django-postgresql.json
@@ -87,7 +87,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
- "description": "Defines how to build the application"
+ "description": "Defines how to build the application",
+ "template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {
@@ -146,7 +147,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
- "description": "Defines how to deploy the application server"
+ "description": "Defines how to deploy the application server",
+ "template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {