From bddae636fa911fcd315c1d7dcef6010f2c6eecb7 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Mon, 4 Sep 2023 07:44:05 -0700 Subject: [PATCH] KLTComponents Signed-off-by: Meg McRoberts --- .../en/docs/concepts/architecture/components/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/docs/concepts/architecture/components/_index.md b/docs/content/en/docs/concepts/architecture/components/_index.md index f4c0d868c7..b9c1cb0b4c 100644 --- a/docs/content/en/docs/concepts/architecture/components/_index.md +++ b/docs/content/en/docs/concepts/architecture/components/_index.md @@ -18,11 +18,11 @@ in Release 0.7.0 and later: ```mermaid graph TD; - KLTComponentKeptn-->Operators; - KLTComponents-->Scheduler + KeptnComponentKeptn-->Operators; + KeptnComponents-->Scheduler Operators-->Lifecycle-Operator Operators-->Metrics-Operator -style KLTComponents fill:#006bb8,stroke:#fff,stroke-width:px,color:#fff +style KeptnComponents fill:#006bb8,stroke:#fff,stroke-width:px,color:#fff style Operators fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8 style Scheduler fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8 style Lifecycle-Operator fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8