Skip to content

Commit

Permalink
updated argocd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 4, 2024
1 parent 67dbc60 commit b740447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

https://argo-cd.readthedocs.io/en/stable/

Declarative GitOps Continuous Delivery for Kubernetes.
Declarative GitOps Continuous Delivery of applications on Kubernetes.

- Kubernetes native - everything is defined in k8s yamls via CRDs so easy to revision control + diff + apply all configs
- Project and Applications configurations must be installed to the `argocd` namespace for ArgoCD to pick them up
Expand All @@ -11,7 +11,6 @@ Declarative GitOps Continuous Delivery for Kubernetes.
- Projects restrict Git source, destination cluster + namespace, permissions
- Applications in project deploy k8s manifests from Git repo


#### Components

- `argocd-server` - API server & UI
Expand Down

0 comments on commit b740447

Please sign in to comment.