Commit 4010c2df authored by Ben Parees's avatar Ben Parees Committed by GitHub

Merge pull request #8 from bparees/annotations

remove template prefix from tsb annotations
parents d168e26b 25745fd2
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
"description": "An example Apache HTTP Server (httpd) application that serves static content. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.", "description": "An example Apache HTTP Server (httpd) application that serves static content. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.",
"tags": "quickstart,httpd", "tags": "quickstart,httpd",
"iconClass": "icon-apache", "iconClass": "icon-apache",
"template.openshift.io/long-description": "This template defines resources needed to develop a static application served by Apache HTTP Server (httpd), including a build configuration and application deployment configuration.", "openshift.io/long-description": "This template defines resources needed to develop a static application served by Apache HTTP Server (httpd), including a build configuration and application deployment configuration.",
"template.openshift.io/provider-display-name": "Red Hat, Inc.", "openshift.io/provider-display-name": "Red Hat, Inc.",
"template.openshift.io/documentation-url": "https://github.com/openshift/httpd-ex", "openshift.io/documentation-url": "https://github.com/openshift/httpd-ex",
"template.openshift.io/support-url": "https://access.redhat.com" "openshift.io/support-url": "https://access.redhat.com"
} }
}, },
"message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.", "message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment