From ddec03d0d3a538ee754c05ad4a84f05f39a1d27f Mon Sep 17 00:00:00 2001 From: Sean O'Brien Date: Sun, 13 Oct 2024 08:34:23 -0500 Subject: [PATCH] [repo] we dont use atuin --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c8575b3..a8f1b5dc 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,12 @@ 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: atuin] + 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: atuin] -->|Creates| id9(HelmRelease: atuin); - id8>Kustomization: atuin] -->|Depends on| id5>Kustomization: postgres-cluster]; + id8>Kustomization: radarr] -->|Creates| id9(HelmRelease: radarr); + id8>Kustomization: radarr] -->|Depends on| id5>Kustomization: postgres-cluster]; ``` ### Networking