We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description We should define the full working CRDs for Service Catalog.
NOTE: Controller-manager is using the status-subresource on all ServiceCatalog resources. Issue can be resolved by adding
subresources: status: {}
to do CRD definition. This feature is in beta. Current design status can be found in this issue.
In POC we already did that and it worked without any problem.
Assumptions:
AC
The text was updated successfully, but these errors were encountered:
See also our doc about CRD: https://github.com/kyma-project/community/blob/master/guidelines/coding-standards/helm.md
Sorry, something went wrong.
polskikiel
No branches or pull requests
Description
We should define the full working CRDs for Service Catalog.
NOTE:
Controller-manager is using the status-subresource on all ServiceCatalog resources.
Issue can be resolved by adding
to do CRD definition.
This feature is in beta. Current design status can be found in this issue.
In POC we already did that and it worked without any problem.
Assumptions:
AC
The text was updated successfully, but these errors were encountered: