Skip to content

Commit d2c003a

Browse files
committed
docs: adjusted merge issues
1 parent c5669de commit d2c003a

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

argocd/README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# ArgoCD Deployment
32

43
This directory contains infrastructure-as-code and configuration for deploying **ArgoCD** to enable GitOps-based continuous delivery for the platform.
@@ -60,29 +59,3 @@ kubectl logs -n argocd -l app.kubernetes.io/name=argocd-repo-server
6059
6160
# Fix: Check network policies allowing Git access
6261
```
63-
=======
64-
# Argo CD Deployment Guide
65-
66-
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It automates the deployment of applications by continuously monitoring Git repositories and synchronizing the desired application state with the live state in your Kubernetes cluster.
67-
68-
## Deployment Options
69-
70-
We provide two ways to deploy Argo CD to your Kubernetes cluster:
71-
72-
### 1. Manual Deployment
73-
74-
Deploy Argo CD manually using Helm with customizable values files. This approach gives you full control over the configurations.
75-
76-
**[Manual Deployment Guide](../docs/manual-argocd-deployment.md)**
77-
78-
The manual deployment uses the production-ready values file located at [`argocd/manual/argocd-prod-values.yaml`](manual/argocd-prod-values.yaml),
79-
80-
### 2. Automated Deployment (Terraform)
81-
82-
Deploy Argo CD automatically using Terraform for infrastructure-as-code management
83-
84-
**[Automated Deployment Guide](#)** *(Coming soon)*
85-
86-
The automated deployment is located in the [`argocd/terraform/`](terraform)
87-
88-
>>>>>>> main

0 commit comments

Comments
 (0)