File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"}}'
You can’t perform that action at this time.
0 commit comments