Open
Description
There are no docs related to hybrid operators. We would need docs to encourage users to start using hybrid operators which is an extension of Helm based operators.
Update:
The proposal is to have docs in a separate directory with the following high level contents:
- Overview on Hybrid Operators
- Quickstart on creating a hybrid operator
- Tutorial on creating a hybrid operator
Subsections:
- Init command
- Create api (with go and helm)
- Configuring RBACs (Scaffolding RBAC when go and helm apis are specified in the project #142)
- Customizations in helm reconciler
- Running the operator
- Configuring watches.yaml
- Quick overview on hybrid project structure (similar to https://sdk.operatorframework.io/docs/overview/project-layout/#m-docsoverviewproject-layout)
- Steps to migrate legacy helm project to hybrid (There are not any specific steps, but a few lines will help)