Add gitea sync

This commit is contained in:
2025-08-29 22:57:10 +02:00
parent cc40b6f1d3
commit ae842ebf26
5 changed files with 353 additions and 0 deletions
+21
View File
@@ -148,3 +148,24 @@ spec:
dataFrom:
- extract:
key: gitea-sso
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea-sync
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: gitea
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
repoURL: https://github.com/zoriya/snow
path: charts/gitea-sync
targetRevision: HEAD