add argocd
This commit is contained in:
parent
99622afe22
commit
992f7060ba
5 changed files with 133 additions and 51 deletions
11
README.md
11
README.md
|
@ -59,6 +59,17 @@ Install Ingress for Dashboard and the StorageClasses:
|
|||
kubectl apply -f storage/dashboard.yaml -f storage/storageclass.yaml
|
||||
```
|
||||
|
||||
## argo cd
|
||||
Add Namespace:
|
||||
```
|
||||
kubectl create namespace argocd
|
||||
```
|
||||
Add Argo CD:
|
||||
```
|
||||
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||
```
|
||||
|
||||
|
||||
## tests
|
||||
|
||||
Install Test Deployments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue