From 7409c6fa1c9cb48b57b36c0456aebb51b63b8ff0 Mon Sep 17 00:00:00 2001 From: alkatrazz Date: Wed, 13 May 2026 20:31:00 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20ArgoCD=20=E2=80=94=20SSH=20URL=20repo=20?= =?UTF-8?q?+=20cl=C3=A9=20SSH=20pour=20auth=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- k8s/apps-of-apps/apps/monitoring.yaml | 2 +- k8s/apps-of-apps/root.yaml | 2 +- k8s/infra/monitoring/helmrelease.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/apps-of-apps/apps/monitoring.yaml b/k8s/apps-of-apps/apps/monitoring.yaml index 255e0dd..92352e6 100644 --- a/k8s/apps-of-apps/apps/monitoring.yaml +++ b/k8s/apps-of-apps/apps/monitoring.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/Alkatrazz24/Funk-lab.git + repoURL: git@github.com:Alkatrazz24/Funk-lab.git targetRevision: main path: k8s/infra/monitoring destination: diff --git a/k8s/apps-of-apps/root.yaml b/k8s/apps-of-apps/root.yaml index 3b66781..0252060 100644 --- a/k8s/apps-of-apps/root.yaml +++ b/k8s/apps-of-apps/root.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/Alkatrazz24/Funk-lab.git + repoURL: git@github.com:Alkatrazz24/Funk-lab.git targetRevision: main path: k8s/apps-of-apps/apps destination: diff --git a/k8s/infra/monitoring/helmrelease.yaml b/k8s/infra/monitoring/helmrelease.yaml index 3b14d7c..bdf279a 100644 --- a/k8s/infra/monitoring/helmrelease.yaml +++ b/k8s/infra/monitoring/helmrelease.yaml @@ -21,7 +21,7 @@ spec: helm: valueFiles: - $values/k8s/infra/monitoring/values.yaml - - repoURL: https://github.com/Alkatrazz24/Funk-lab.git + - repoURL: git@github.com:Alkatrazz24/Funk-lab.git targetRevision: main ref: values destination: