feat: move to forgejo
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 16:14:16 +02:00
commit 02b374459a
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.pas
## Boostrap the ArgoCD configuration using a Git repository
The manifests for the ArgoCD configuration are stored in a git repository. The repository in this example is located at
`https://gitlab.simoncor.net/kaas/argocd.git` and the path within the repository is `argocd/`.
`https://git.simoncor.net/kaas/argocd.git` and the path within the repository is `argocd/`.
In this subfolder we have an ArgoCD Application manifest which bootstraps the ArgoCD configuration.
We also have other manifests for configuring ArgoCD ingress configuration and applications.
@ -32,7 +32,7 @@ metadata:
spec:
project: "default"
source:
repoURL: "https://gitlab.simoncor.net/kaas/argocd.git"
repoURL: "https://git.simoncor.net/kaas/argocd.git"
path: "argocd/"
targetRevision: "main"
directory:
@ -73,7 +73,7 @@ metadata:
spec:
project: "default"
source:
repoURL: "https://gitlab.simoncor.net/kaas/docs-simoncor-net.git"
repoURL: "https://git.simoncor.net/kaas/docs-simoncor-net.git"
path: "manifests/"
targetRevision: "main"
destination: