Skip to content

Commit 3fea071

Browse files
Jim Minterbmcelvee
Jim Minter
authored andcommitted
[dedicated-3.7] add documentation for template.openshift.io/bindable
(cherry picked from commit 4a84686) xref:"openshift#6206"
1 parent 9642a3b commit 3fea071

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dev_guide/templates.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,19 @@ namespace the parameter substitution resolved the value to, assuming the user
633633
has permission to create objects in that namespace.
634634
====
635635

636+
[[writing-marking-templates-as-bindable]]
637+
638+
=== Marking Templates as Bindable
639+
640+
The template service broker advertises one service in its catalog for each
641+
Template object that it is aware of. By default, each of these services is
642+
advertised as being "bindable", i.e. an end user is permitted to bind against
643+
the provisioned service.
644+
645+
Template authors can prevent end users from binding against services provisioned
646+
from a given Template by adding the annotation
647+
`template.openshift.io/bindable: "false"` to the Template.
648+
636649
[[writing-exposing-object-fields]]
637650

638651
=== Exposing Object Fields

0 commit comments

Comments
 (0)