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