Merge pull request #23 from bparees/param
parameterize the db image name
This commit is contained in:
commit
2a7e09f47e
1 changed files with 6 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"name": "postgresql",
|
||||
"image": "openshift/postgresql-92-centos7",
|
||||
"image": "${POSTGRESQL_IMAGE}",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 5432
|
||||
|
@ -327,6 +327,11 @@
|
|||
"generate": "expression",
|
||||
"from": "[a-zA-Z0-9]{16}"
|
||||
},
|
||||
{
|
||||
"name": "POSTGRESQL_IMAGE",
|
||||
"description": "Image to use for postgresql",
|
||||
"value": "openshift/postgresql-92-centos7"
|
||||
},
|
||||
{
|
||||
"name": "APP_CONFIG",
|
||||
"description": "Relative path to Gunicorn configuration file (optional)"
|
||||
|
|
Loading…
Reference in a new issue