feat: move to forgejo
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
This commit is contained in:
parent
067e122bfa
commit
02b374459a
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
## 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
|
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.
|
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.
|
We also have other manifests for configuring ArgoCD ingress configuration and applications.
|
||||||
|
|
@ -32,7 +32,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: "default"
|
project: "default"
|
||||||
source:
|
source:
|
||||||
repoURL: "https://gitlab.simoncor.net/kaas/argocd.git"
|
repoURL: "https://git.simoncor.net/kaas/argocd.git"
|
||||||
path: "argocd/"
|
path: "argocd/"
|
||||||
targetRevision: "main"
|
targetRevision: "main"
|
||||||
directory:
|
directory:
|
||||||
|
|
@ -73,7 +73,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: "default"
|
project: "default"
|
||||||
source:
|
source:
|
||||||
repoURL: "https://gitlab.simoncor.net/kaas/docs-simoncor-net.git"
|
repoURL: "https://git.simoncor.net/kaas/docs-simoncor-net.git"
|
||||||
path: "manifests/"
|
path: "manifests/"
|
||||||
targetRevision: "main"
|
targetRevision: "main"
|
||||||
destination:
|
destination:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# general
|
# general
|
||||||
site_name: "Siempie's Docs"
|
site_name: "Siempie's Docs"
|
||||||
site_url: "https://docs.simoncor.net"
|
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
|
# extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue