Skip to content

Commit

Permalink
add documentation for template.openshift.io/bindable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Minter committed Nov 7, 2017
1 parent 356edcd commit 4a84686
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev_guide/templates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,19 @@ namespace the parameter substitution resolved the value to, assuming the user
has permission to create objects in that namespace.
====

[[writing-marking-templates-as-bindable]]

=== Marking Templates as Bindable

The template service broker advertises one service in its catalog for each
Template object that it is aware of. By default, each of these services is
advertised as being "bindable", i.e. an end user is permitted to bind against
the provisioned service.

Template authors can prevent end users from binding against services provisioned
from a given Template by adding the annotation
`template.openshift.io/bindable: "false"` to the Template.

[[writing-exposing-object-fields]]

=== Exposing Object Fields
Expand Down

0 comments on commit 4a84686

Please sign in to comment.