From bda53f299ab32c36c3f21e1722c5a0b5904a1165 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Mon, 13 Jul 2026 19:15:40 +0200 Subject: [PATCH] fix: monter credentials dans repo-server --- argocd/values.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/argocd/values.yaml b/argocd/values.yaml index c8b2410..4012583 100644 --- a/argocd/values.yaml +++ b/argocd/values.yaml @@ -51,4 +51,12 @@ argocd_image_updater_chart_values: grpcWeb: false serverAddress: "https://argocd.arcodange.lab/" insecure: true - plaintext: true \ No newline at end of file + plaintext: true + repoServer: + volumes: + - name: gitea-credentials + secret: + secretName: gitea-credentials + volumeMounts: + - mountPath: /home/argocd/argocd-repo-server/credentials + name: gitea-credentials \ No newline at end of file