add argocd

This commit is contained in:
Aaron Riedel 2023-02-12 20:36:55 +01:00
parent 99622afe22
commit 992f7060ba
Signed by: aaron
GPG key ID: 643004654D40D577
5 changed files with 133 additions and 51 deletions

View file

@ -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: