Skip to content

Commit

Permalink
Fix hub and spoke mermaid diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
bnallapeta committed Oct 19, 2023
1 parent 38365f6 commit 8e5bdb5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ graph TD
ListIntegrations --> FetchClusters
FetchClusters --> DetermineMissingIntegrations
DetermineMissingIntegrations --> CreateIntegration
CreateIntegration --> Syncset
end
subgraph "Grafana Cloud"
Expand All @@ -59,9 +60,9 @@ graph TD
CreateIntegration -->|Request: Create Integration| GOHub
GOHub -->|Return: Endpoint| CreateIntegration
CreateIntegration --> |Hive Operator| SC1
CreateIntegration --> |Hive Operator| SC2
CreateIntegration --> |Hive Operator| SC3
Syncset --> |Hive Operator| SC1
Syncset --> |Hive Operator| SC2
Syncset --> |Hive Operator| SC3
end
```
Expand Down Expand Up @@ -146,6 +147,9 @@ kubectl -n grafana-cloud-operator create secret generic grafana-api-token-secret

### Installation

#### Install using custom catalog

#### Install using helm charts

### Quick Start
After installation, you can create a GrafanaCloudOperator resource by applying the below CRD that the operator recognizes.
Expand Down

0 comments on commit 8e5bdb5

Please sign in to comment.