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
Merge pull request
#76
from coreydaley/update_templates_to_use_secrets_2
updating db dc
pull/78/head
Ben Parees
9 years ago
committed by
GitHub
parent
5f5f5135e5
5620f6c47d
commit
31f1455e3b
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
openshift/templates/django-postgresql-persistent.json
+ 2
- 2
openshift/templates/django-postgresql-persistent.json
View File
@ -363,7 +363,7 @@
"valueFrom"
:
{
"secretKeyRef"
:
{
"name"
:
"${NAME}"
,
"key"
:
"database
U
ser"
"key"
:
"database
-u
ser"
}
}
}
,
@ -372,7 +372,7 @@
"valueFrom"
:
{
"secretKeyRef"
:
{
"name"
:
"${NAME}"
,
"key"
:
"database
P
assword"
"key"
:
"database
-p
assword"
}
}
}
,
Write
Preview
Loading…
Cancel
Save