fix: ajouter credentials gitea pour repos privés

This commit is contained in:
2026-07-13 19:07:15 +02:00
parent 1d477a4c6e
commit 7aa789d1cf
+16
View File
@@ -18,6 +18,14 @@ spec:
repoURL: https://gitea.arcodange.lab/{{ $org }}/{{ $app_name }}
targetRevision: HEAD
path: chart
{{- if eq $org "arcodange" }}
usernameSecret:
name: gitea-credentials
key: username
passwordSecret:
name: gitea-credentials
key: password
{{- end }}
destination:
server: https://kubernetes.default.svc
namespace: {{ $app_name }}
@@ -56,6 +64,14 @@ spec:
repoURL: https://gitea.arcodange.lab/{{ $org }}/{{ $app_name }}
targetRevision: HEAD
path: chart
{{- if eq $org "arcodange" }}
usernameSecret:
name: gitea-credentials
key: username
passwordSecret:
name: gitea-credentials
key: password
{{- end }}
helm:
valueFiles:
- values.yaml