{{ template "hamburger" }}
{{ template "page_progress" }}
{{ block "op_form" . }}
{{ template "page_title" "OpenRun Bindings" }}
{{ if eq .Data.Mode "create" }} New binding {{ else }} Update {{ .Data.Values.path }} {{ end }}
{{ if eq .Data.Mode "create" }} Bind apps to a service or a base binding {{ else }} Grant changes apply to staging and are promoted to prod {{ end }}
{{ template "error_alert" .Data.Error }}
{{ template "validation_alert" (dict
"Validated" .Data.Validated
"Value" .Data.Values.path
"Suffix" "is ready to be created") }}
{{ if and (eq .Data.Mode "update") (not .Data.Binding) }}
{{ else }}
{{ if eq .Data.Mode "update" }}
{{ end }}
{{ end }}
{{ end }}
The binding could not be loaded
Back to bindingsSource
{{ .Data.Binding.source }}
Base binding
{{ if .Data.Binding.derived_from }}
{{ .Data.Binding.derived_from }}
{{ else }}
-
{{ end }}
Service
{{ .Data.Binding.service_type }}{{ if .Data.Binding.service_name }}/{{ .Data.Binding.service_name }}{{ end }}