aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-09-15 23:06:37 +0100
committerMichael Morris <michael.morris@est.tech>2022-09-16 10:01:13 +0000
commit753308072995a4305f2e91947ae7225b3855ebc3 (patch)
treec12c5a6c033ededa0a9d1d1cc80957d3b300debc /docs
parent209019beb8973f20233e6dbfbf94c7e5bf4dd9a0 (diff)
Fix broken 'Deployment dependency map'
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia854d2706a9df0c8b8bf8c94b4cdd3bdbaff0175 Issue-ID: SDC-4178
Diffstat (limited to 'docs')
-rw-r--r--docs/delivery.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/delivery.rst b/docs/delivery.rst
index bead8fbf01..efa3e67454 100644
--- a/docs/delivery.rst
+++ b/docs/delivery.rst
@@ -54,7 +54,7 @@ Deployment dependency map
onboarding-be [label = "sdc-onboard-backend", class = "app"];
cs [label = "sdc-cassandra", class = "app"];
be-init [label = "sdc-backend-init", class = "job"];
- cd-init [label = "sdc-cassandra-init", class = "job"];
+ cs-init [label = "sdc-cassandra-init", class = "job"];
cs-onboarding-init [label = "sdc-cassandra-onboard-init", class = "job"];
sdc-wfd-fe [label = "sdc-workflow-fe", class = "app"];
sdc-wfd-be [label = "sdc-workflow-be", class = "app"];
@@ -64,7 +64,7 @@ Deployment dependency map
onboarding-be -> cs-onboarding-init -> cs-init -> cs;
be-init -> be -> cs-init -> cs;
- sdc-wfd-fe -> sdc-wfd-be-init -> sdc-wfd-be -> cs-init;
+ sdc-wfd-fe -> sdc-wfd-be-init -> sdc-wfd-be -> cs-init -> cs;
fe;
Connectivity Matrix