1
0
forked from k-space/kube

argocd: Update application definitions

This commit is contained in:
2022-08-31 07:38:35 +03:00
parent 1c888356fd
commit d5ce3ff73e
4 changed files with 28 additions and 22 deletions

View File

@@ -44,16 +44,3 @@ rm -fv id_ecdsa
Have Gitea admin reset password for user `argocd` and log in with that account.
Add the SSH key for user `argocd` from file `id_ecdsa.pub`.
Delete any other SSH keys associated with Gitea user `argocd`.
# Adding applications
To add application make sure it's manifest is placed as `application.yml` in
the relevant namespace:
```
./update.sh
kubectl apply -n argocd -f applications --recursive
```
Do not manually add manifests under `applications/`