Fix flowchart syntax (#6454)

Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
This commit is contained in:
Robert Lehmann 2025-05-09 16:30:09 +02:00 committed by GitHub
parent 9f95f5489c
commit 9bbe5e6781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -271,9 +271,9 @@ flowchart RL
oc1 --> ta
oc2 --> ta
oc3 --> ta
sm ~~~|"1. Discover Prometheus Operator CRs"| sm
ta ~~~|"2. Add job to TA scrape configuration"| ta
oc3 ~~~|"3. Add job to OTel Collector scrape configuration"| oc3
sm ~~~|1\. Discover Prometheus Operator CRs| sm
ta ~~~|2\. Add job to TA scrape configuration| ta
oc3 ~~~|3\. Add job to OTel Collector scrape configuration| oc3
```
Even though Prometheus is not required to be installed in your Kubernetes