You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right click on a component in the components view and select "Bind
Service" in order to bind the component to an Operator-backed service.
In order for this to work:
- the service binding operator must be installed on the cluster
- an operator that manages instances of services must be installed
(I tested with the RHOAS operator)
- there must be an instance of the service that is managed by the operator in the current project
Other things in this PR:
- Add a walkthrough GIF of using the UI
- Add a smoke test to check that the "Bind Service" context menu item
exists
- Fix the smoke tests.
This includes fixing the existing test case for #2780,
even though we are going to rewrite that as a WebView UI soon.
I did this, since for the "Bind Service" smoke test,
we need a component present in the components view.
Signed-off-by: David Thompson <davthomp@redhat.com>
0 commit comments