From 6ec21ecab4199ccd20e9a81b574d8b8559a6a912 Mon Sep 17 00:00:00 2001 From: Sean O'Brien Date: Sun, 13 Oct 2024 08:53:17 -0500 Subject: [PATCH] [README] add update shapes --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8a2a4534..a3332908 100644 --- a/README.md +++ b/README.md @@ -89,20 +89,20 @@ This is a high-level look how Flux deploys my applications with dependencies. Be graph TD; id1>Kustomization: cluster] -->|Creates| id2>Kustomization: cluster-apps]; id2>Kustomization: cluster-apps] -->|Creates| id3>Kustomization: postgres]; - id2>Kustomization: cluster-apps] -->|Creates| id5>Kustomization: postgres-cluster] - id2>Kustomization: cluster-apps] -->|Creates| id8>Kustomization: radarr] + id2>Kustomization: cluster-apps] -->|Creates| id5>Kustomization: postgres-cluster]; + id2>Kustomization: cluster-apps] -->|Creates| id8>Kustomization: radarr]; id3>Kustomization: postgres] -->|Creates| id4[HelmRelease: postgres]; id5>Kustomization: postgres-cluster] -->|Depends on| id3>Kustomization: postgres]; id5>Kustomization: postgres-cluster] -->|Creates| id10[Postgres Cluster]; - id8>Kustomization: radarr] -->|Creates| id9(HelmRelease: radarr); - id8>Kustomization: radarr] -->|Creates| id11(PersistentVolumeClaim: radarr) - id8>Kustomization: radarr] -->|Creates| id12(ExternalSecret: radarr-volsync-r2-secret) - id8>Kustomization: radarr] -->|Creates| id13(ReplicationSource: radarr-r2) - id8>Kustomization: radarr] -->|Creates| id14(ReplicationDestination: radarr-dst) + id8>Kustomization: radarr] -->|Creates| id9[HelmRelease: radarr]; + id8>Kustomization: radarr] -->|Creates| id11[PersistentVolumeClaim: radarr]; + id8>Kustomization: radarr] -->|Creates| id12[ExternalSecret: radarr-volsync-r2-secret]; + id8>Kustomization: radarr] -->|Creates| id13>ReplicationSource: radarr-r2]; + id8>Kustomization: radarr] -->|Creates| id14>ReplicationDestination: radarr-dst]; id11>PersistentVolumeClaim: radarr] -->|SourceRef| id13>ReplicationSource: radarr-r2]; - id14>ReplicationDestination: radarr-dst] -->|Depends on| id12>ExternalSecret: radarr-volsync-r2-secret]; + id14>ReplicationDestination: radarr-dst] -->|Depends on| id12[ExternalSecret: radarr-volsync-r2-secret]; id8>Kustomization: radarr] -->|Depends on| id5>Kustomization: postgres-cluster]; - id9>HelmRelease: radarr] -->|DependsOn| id11>PersistentVolumeClaim: radarr]; + id9>HelmRelease: radarr] -->|DependsOn| id11[PersistentVolumeClaim: radarr]; ``` ### Networking