From b65cd431cd92d4b0ef40dccd0aea7d45238edc9c Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Mon, 21 Nov 2022 13:13:25 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change git repo url. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b48873..1583e3e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/st * Apply the default project manifest : ```sh -kubectl apply -n argocd -f https://raw.githubusercontent.com/webofmars/argocd-base/main/0_default-project.yaml +kubectl apply -n argocd -f https://git.open-it.io/fabrice/argocd-base/raw/branch/master/0_default-project.yaml ``` * Apply the app of apps manifest : @@ -46,7 +46,7 @@ spec: project: default source: path: ./ - repoURL: https://github.com/webofmars/argocd-base + repoURL: https://git.open-it.io/fabrice/argocd-base targetRevision: v1.0.0 syncPolicy: syncOptions: