1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/templates-marking-as-bindable.adoc
2020-06-11 17:04:08 -04:00

21 lines
708 B
Plaintext

// Module included in the following assemblies:
//
// * openshift_images/using-templates.adoc
[id="templates-marking-as-bindable_{context}"]
= Marking a template as bindable
The {tsb-name} advertises one service in its catalog for each
Template object of which it is aware. By default, each of these services is
advertised as being "bindable", meaning an end user is permitted to bind against
the provisioned service.
.Procedure
Template authors can prevent end users from binding against services provisioned
from a given Template.
* Prevent end user from binding against services provisioned from a given
template by adding the annotation `template.openshift.io/bindable: "false"`
to the Template.