-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Service Catalog references store #2836
Labels
area/service-management
Issues or PRs related to service management
Comments
mszostok
added
the
area/service-management
Issues or PRs related to service management
label
Feb 22, 2019
problem with the solution from POC is that on Maybe we can drop the |
Remember about DoD:
|
waiting for kyma-incubator/service-catalog#17 to be merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Service Catalog api-server provides the generic subresources on your CR. Service Catalog is using that to store the references.
Unfortunately, this is not supported in CRDs, see CRD docs.
NOTE: It looks like only the ServiceInstance is using that. Here is PR which introduced that.
Solution:
Concerns:
sub-resource
functionality, e.g. the RBACAC:
The text was updated successfully, but these errors were encountered: