added gokapi

This commit is contained in:
2026-01-02 15:24:53 +01:00
parent a15603ea37
commit 9180783166
2 changed files with 245 additions and 0 deletions
+22
View File
@@ -745,4 +745,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Fileshare (gokapi)
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fileshare
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: fileshare-system
destination:
server: https://kubernetes.default.svc
namespace: fileshare-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---