Skip to content

Commit

Permalink
fix typo in diagram
Browse files Browse the repository at this point in the history
Fixes #267
  • Loading branch information
bschimke95 committed Apr 4, 2024
1 parent 0d51cdd commit 6fc87bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/assets/overview.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ System(CharmK8s, "Charm K8s", $descr="Orchestrating the lifecycle management of
System(LoadBalancer, "Load Balancer", $descr="External LB, offered by the substrate (cloud)", $tags="", $link="")
System(Storage, "Storage", $descr="External storage, offered by the substrate (cloud)", $tags="", $link="")
System(Identitymanagementsystem, "Identity management system", $descr="External identity system, offered by the substrate (cloud)", $tags="", $link="")
System(Externaldatastore, "External datastore", $descr="postgress or etcd", $tags="", $link="")
System(Externaldatastore, "External datastore", $descr="postgreSQL or etcd", $tags="", $link="")
System(K8sSnapDistribution, "K8s Snap Distribution", $descr="The Kubernetes distribution in a snap", $tags="", $link="")

Rel(K8sAdmin, K8sSnapDistribution, "Sets up and configured the cluster", $techn="", $tags="", $link="")
Expand All @@ -25,4 +25,4 @@ Rel(K8sSnapDistribution, Externaldatastore, "May be replaced by", $techn="Any",
Rel(K8sSnapDistribution, LoadBalancer, "May be replaced by", $techn="Any", $tags="", $link="")

SHOW_LEGEND(true)
@enduml
@enduml

0 comments on commit 6fc87bf

Please sign in to comment.