mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
docs: improve wording
This commit is contained in:
parent
8004edcc14
commit
92d97e117a
12 changed files with 93 additions and 59 deletions
|
@ -21,16 +21,15 @@ flowchart LR
|
|||
C[Bootstrapper]
|
||||
end
|
||||
subgraph Kubernetes
|
||||
E[JoinService]
|
||||
F[KMS]
|
||||
G[VerificationService]
|
||||
D[JoinService]
|
||||
E[KMS]
|
||||
F[VerificationService]
|
||||
end
|
||||
A -- deploys -->
|
||||
B -- starts --> C
|
||||
C -- deploys --> D
|
||||
C -- deploys --> E
|
||||
C -- deploys --> F
|
||||
C -- deploys --> G
|
||||
```
|
||||
|
||||
## Bootstrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue