Skip to content

Commit 76ce2c6

Browse files
committed
changelog and readme
1 parent aa12ce8 commit 76ce2c6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec
3232
- Merge plan and plan-destroy terraform pipelines
3333
- Configure HPA for services
3434
- Fix the error Unable to unprotect the message.State.
35+
- ArgoCD initial config
36+
- ArgoCD application manifest

argocd/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## Install ArgoCD CLI (Windows)
1+
## ArgoCD project
2+
3+
- https://github.com/argoproj/argo-cd
4+
5+
## Install ArgoCD CLI (Windows)
26

37
- choco install argocd-cli -y
48
- argocd version
59

6-
## Install ArgoCD to the Cluster
10+
## Install and configure ArgoCD
711

8-
- https://github.com/argoproj/argo-cd
912
- kubectl create namespace argocd
1013
- kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.7/manifests/install.yaml
1114
- kubectl patch svc argocd-server -n argocd --type merge --patch '{"spec": {"type": "LoadBalancer"}}'

0 commit comments

Comments
 (0)