fix: use configured Gitea repository for application

This commit is contained in:
2026-07-26 21:21:51 +02:00
parent 12c53847eb
commit 1cf87c2470
+4 -3
View File
@@ -3,11 +3,13 @@ kind: Application
metadata: metadata:
name: application name: application
namespace: argocd namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec: spec:
project: default project: homelab
source: source:
repoURL: ssh://gitea@172.16.2.52:2222/baptiste/k8s.git repoURL: gitea@172.16.2.52:baptiste/k8s.git
targetRevision: main targetRevision: main
path: apps/application path: apps/application
@@ -19,6 +21,5 @@ spec:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true