This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
add missing template.alpha.openshift.io/wait-for-ready annotations to examples
pull/97/head
Jim Minter
8 years ago
parent
19fed1196b
commit
e4617aff15
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
openshift/templates/django-postgresql-persistent.json
+2
-1
openshift/templates/django-postgresql.json
+ 2
- 1
openshift/templates/django-postgresql-persistent.json
View File
@ -311,7 +311,8 @@
"metadata"
:
{
"name"
:
"${DATABASE_SERVICE_NAME}"
,
"annotations"
:
{
"description"
:
"Defines how to deploy the database"
"description"
:
"Defines how to deploy the database"
,
"template.alpha.openshift.io/wait-for-ready"
:
"true"
}
}
,
"spec"
:
{
+ 2
- 1
openshift/templates/django-postgresql.json
View File
@ -294,7 +294,8 @@
"metadata"
:
{
"name"
:
"${DATABASE_SERVICE_NAME}"
,
"annotations"
:
{
"description"
:
"Defines how to deploy the database"
"description"
:
"Defines how to deploy the database"
,
"template.alpha.openshift.io/wait-for-ready"
:
"true"
}
}
,
"spec"
:
{
Write
Preview
Loading…
Cancel
Save