Skip to content

Commit

Permalink
Merge pull request #14824 from jim-minter/tsb-expose-hyphens
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jun 23, 2017
2 parents 57c0aed + 417c7c2 commit c3c286b
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/db-templates/mariadb-ephemeral-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"annotations": {
"template.openshift.io/expose-username": "{.data['database-user']}",
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-root-password": "{.data['database-root-password']}"
"template.openshift.io/expose-root_password": "{.data['database-root-password']}"
}
},
"stringData" : {
Expand Down
2 changes: 1 addition & 1 deletion examples/db-templates/mariadb-persistent-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"annotations": {
"template.openshift.io/expose-username": "{.data['database-user']}",
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-root-password": "{.data['database-root-password']}"
"template.openshift.io/expose-root_password": "{.data['database-root-password']}"
}
},
"stringData" : {
Expand Down
2 changes: 1 addition & 1 deletion examples/db-templates/mongodb-ephemeral-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"annotations": {
"template.openshift.io/expose-username": "{.data['database-user']}",
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-admin-password": "{.data['database-admin-password']}"
"template.openshift.io/expose-admin_password": "{.data['database-admin-password']}"
}
},
"stringData" : {
Expand Down
2 changes: 1 addition & 1 deletion examples/db-templates/mongodb-persistent-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"annotations": {
"template.openshift.io/expose-username": "{.data['database-user']}",
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-admin-password": "{.data['database-admin-password']}"
"template.openshift.io/expose-admin_password": "{.data['database-admin-password']}"
}
},
"stringData" : {
Expand Down
2 changes: 1 addition & 1 deletion examples/db-templates/mysql-ephemeral-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"annotations": {
"template.openshift.io/expose-username": "{.data['database-user']}",
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-root-password": "{.data['database-root-password']}"
"template.openshift.io/expose-root_password": "{.data['database-root-password']}"
}
},
"stringData" : {
Expand Down
2 changes: 1 addition & 1 deletion examples/db-templates/mysql-persistent-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"annotations": {
"template.openshift.io/expose-username": "{.data['database-user']}",
"template.openshift.io/expose-password": "{.data['database-password']}",
"template.openshift.io/expose-root-password": "{.data['database-root-password']}"
"template.openshift.io/expose-root_password": "{.data['database-root-password']}"
}
},
"stringData" : {
Expand Down
12 changes: 6 additions & 6 deletions pkg/bootstrap/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3c286b

Please sign in to comment.