fix: use configured Gitea repository for application
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user