From 02b374459a9e79e444e5a0aa2625486df2040f30 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 18 May 2026 16:14:16 +0200 Subject: [PATCH] feat: move to forgejo --- docs/argocd/argocd.md | 6 +++--- mkdocs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/argocd/argocd.md b/docs/argocd/argocd.md index ec21454..d20480b 100644 --- a/docs/argocd/argocd.md +++ b/docs/argocd/argocd.md @@ -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: diff --git a/mkdocs.yml b/mkdocs.yml index 21239ec..2f31d04 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ # general site_name: "Siempie's Docs" site_url: "https://docs.simoncor.net" -repo_url: "https://gitlab.simoncor.net/oci/docs-simoncor-net" +repo_url: "https://git.simoncor.net/oci/docs-simoncor-net" # extensions markdown_extensions: