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:
name: application
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
project: homelab
source:
repoURL: ssh://gitea@172.16.2.52:2222/baptiste/k8s.git
repoURL: gitea@172.16.2.52:baptiste/k8s.git
targetRevision: main
path: apps/application
@@ -19,6 +21,5 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true