|
8 | 8 | "description": "An example Rails application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/rails-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
|
9 | 9 | "tags": "quickstart,ruby,rails",
|
10 | 10 | "iconClass": "icon-ruby",
|
11 |
| - "template.openshift.io/long-description": "This template defines resources needed to develop a Rails application, including a build configuration, application deployment configuration, and database deployment configuration. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.", |
12 |
| - "template.openshift.io/provider-display-name": "Red Hat, Inc.", |
13 |
| - "template.openshift.io/documentation-url": "https://github.com/openshift/rails-ex", |
14 |
| - "template.openshift.io/support-url": "https://access.redhat.com" |
| 11 | + "openshift.io/long-description": "This template defines resources needed to develop a Rails application, including a build configuration, application deployment configuration, and database deployment configuration. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.", |
| 12 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 13 | + "openshift.io/documentation-url": "https://github.com/openshift/rails-ex", |
| 14 | + "openshift.io/support-url": "https://access.redhat.com" |
15 | 15 | }
|
16 | 16 | },
|
17 | 17 | "message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/rails-ex/blob/master/README.md.",
|
|
23 | 23 | "kind": "Secret",
|
24 | 24 | "apiVersion": "v1",
|
25 | 25 | "metadata": {
|
26 |
| - "name": "${NAME}", |
27 |
| - "annotations": { |
28 |
| - "template.openshift.io/expose-username": "{.data['application-user']}", |
29 |
| - "template.openshift.io/expose-password": "{.data['application-password']}" |
30 |
| - } |
| 26 | + "name": "${NAME}" |
31 | 27 | },
|
32 | 28 | "stringData" : {
|
33 | 29 | "database-user" : "${DATABASE_USER}",
|
|
0 commit comments