-
Story
-
Resolution: Done
-
Normal
-
None
Description
The backing service is created in a different namespace than the application.
The scenario:
- Create an application in a form of Deployment in namespace #1
- Create a backing service in namespace #2
- Create ServiceBindingRequest to bind the application
- Verify that the application has the proper env variables set for the backing service and is re-deployed without errors.
Acceptance Criteria
- A new test is added to be executed by the
make test-acceptance
command so it can be executed on CI.
- is blocked by
-
APPSVC-414 Support binding to a backing service in a different namespace
- Closed