fix: ArgoCD — SSH URL repo + clé SSH pour auth GitHub

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alkatrazz 2026-05-13 20:31:00 +02:00
parent d7b33bb34a
commit 7409c6fa1c
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ metadata:
spec: spec:
project: default project: default
source: source:
repoURL: https://github.com/Alkatrazz24/Funk-lab.git repoURL: git@github.com:Alkatrazz24/Funk-lab.git
targetRevision: main targetRevision: main
path: k8s/infra/monitoring path: k8s/infra/monitoring
destination: destination:

View file

@ -8,7 +8,7 @@ metadata:
spec: spec:
project: default project: default
source: source:
repoURL: https://github.com/Alkatrazz24/Funk-lab.git repoURL: git@github.com:Alkatrazz24/Funk-lab.git
targetRevision: main targetRevision: main
path: k8s/apps-of-apps/apps path: k8s/apps-of-apps/apps
destination: destination:

View file

@ -21,7 +21,7 @@ spec:
helm: helm:
valueFiles: valueFiles:
- $values/k8s/infra/monitoring/values.yaml - $values/k8s/infra/monitoring/values.yaml
- repoURL: https://github.com/Alkatrazz24/Funk-lab.git - repoURL: git@github.com:Alkatrazz24/Funk-lab.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination: