mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
21 lines
708 B
Plaintext
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.
|