updating db dc

This commit is contained in:
Corey Daley 2017-01-18 13:47:08 -05:00
parent 5f5f5135e5
commit 5620f6c47d
No known key found for this signature in database
GPG Key ID: DC5CDE9CA8AA3A9E
1 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@
"valueFrom": {
"secretKeyRef" : {
"name" : "${NAME}",
"key" : "databaseUser"
"key" : "database-user"
}
}
},
@ -372,7 +372,7 @@
"valueFrom": {
"secretKeyRef" : {
"name" : "${NAME}",
"key" : "databasePassword"
"key" : "database-password"
}
}
},