-
Notifications
You must be signed in to change notification settings - Fork 545
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
Support kinds: Service, NetworkPolicy in CSV #1858
Comments
Hi @saada, OLM supports adding services to the operator bundle as plain yaml manifests. OLM will install the service in the same namespace as the operator when installing the bundle. There's no need to reference the service in the CSV explicitly 👍 |
@exdx , thanks for your response. I'm running into errors when running
Is there a different media type I should be using? |
@saada so we currently support
So we could potentially add support for |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue in favor of #1996. |
Feature Request
Is your feature request related to a problem? Please describe.
I have an operator that I would like to add to OperatorHub. OLM CSV allows deployments and RBAC permissions, but no clear way to setup other kinds such as Service and NetworkPolicy. We need these kinds because the operator has multiple CRDs and deployments that talk to each other over the network.
Describe the solution you'd like
Is it possible to add support for other kinds? Maybe add a
CSV.spec.services
and aCSV.spec.networkpolicies
? OR support plain YAML manifests with those resources?The text was updated successfully, but these errors were encountered: