Skip to content

Commit 85dbc97

Browse files
authored
Revert "docs: better getting-started graph (#27)"
This reverts commit 7ddc2ad.
1 parent 7ddc2ad commit 85dbc97

File tree

1 file changed

+4
-10
lines changed
  • docs/infrastructure/02-getting-started/basic-knowledge

1 file changed

+4
-10
lines changed

docs/infrastructure/02-getting-started/basic-knowledge/index.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,16 @@ Everything regarding the deployment of apps and services is divided into two rep
1414

1515
```mermaid
1616
flowchart TD
17-
subgraph Github
18-
tf([**terraform**])
19-
cd([**polinetwork-cd**])
20-
end
2117
subgraph Azure
22-
vm[VMs and other resources]
2318
subgraph k8s[K8S cluster]
24-
argocd[ArgoCD]
25-
app@{ shape: processes, label: "Apps / Services" }
19+
ArgoCD -.-> app[Apps and Services]
2620
end
21+
vm[VMs and other resources] <--> k8s
2722
end
28-
23+
tf([*polinetworkorg*/**terraform**]) -.-> Azure
24+
cd([*polinetworkorg*/**polinetwork-cd**]) <-.-> ArgoCD
2925
tf -.-> vm
3026
tf -.-> k8s
31-
vm <--> k8s
32-
cd <-.-> argocd --> app
3327
```
3428

3529
### **Terraform: Definition and Purpose**

0 commit comments

Comments
 (0)