We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51feae commit b5f1511Copy full SHA for b5f1511
openshift/templates/django-postgresql.json
@@ -249,7 +249,7 @@
249
"containers": [
250
{
251
"name": "postgresql",
252
- "image": "openshift/postgresql-92-centos7",
+ "image": "${POSTGRESQL_IMAGE}",
253
"ports": [
254
255
"containerPort": 5432
@@ -327,6 +327,11 @@
327
"generate": "expression",
328
"from": "[a-zA-Z0-9]{16}"
329
},
330
+ {
331
+ "name": "POSTGRESQL_IMAGE",
332
+ "description": "Image to use for postgresql",
333
+ "value": "openshift/postgresql-92-centos7"
334
+ },
335
336
"name": "APP_CONFIG",
337
"description": "Relative path to Gunicorn configuration file (optional)"
0 commit comments