feat: publish the SaaS-operator through OLM #42
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next sprint.
size/L
Requires few days to complete the PR or the issue.
Is your feature request related to a problem? Please describe.
We want to publish saas-operator on OperatorHub.io through OLM, so anyone can easily deploy it.
Describe the solution you'd like
Follow https://operator-framework.github.io/olm-book/ instructions to make this operator OLM "compliant" and make a pull request to include in the Community operators marketplace: https://github.com/operator-framework/community-operators/blob/master/docs/contributing.md
Describe alternatives you've considered
Manual installation using all the Kubernetes objects required by the operator (deployment, rbac, ...).
Additional context
Good example of operator contribution: operator-framework/community-operators#1934
The text was updated successfully, but these errors were encountered: