added glance

This commit is contained in:
2026-01-10 17:17:13 +01:00
parent bead9a03e5
commit 6025894980
2 changed files with 635 additions and 0 deletions
+22
View File
@@ -921,4 +921,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Glance
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: glance
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: glance-system
destination:
server: https://kubernetes.default.svc
namespace: glance-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---