An open API service indexing awesome lists of open source software.

https://github.com/operator-framework/index-mermaid-graph

a tool that produces SVG diagrams using OLM graphs as the input
https://github.com/operator-framework/index-mermaid-graph

Last synced: 25 days ago
JSON representation

a tool that produces SVG diagrams using OLM graphs as the input

Awesome Lists containing this project

README

        

## To make a Mermaid graph for your operator index

### Required:
sed, make, git, container execution environment (such as Docker, podman)

### Usage
```bash
git clone [email protected]:jmccormick2001/sample-operator
cd sample-operator
make bundle-build
docker tag controller-bundle:2.0.0 quay.io/btofel/controller-bundle:v2.0.0
docker push quay.io/btofel/controller-bundle:v2.0.0
opm registry add --bundle-images quay.io/btofel/controller-bundle:v2.0.0 --database "test-registry.db"
cd
INDEX_DB_PATH_AND_NAME=//test-registry.db make run
```