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