added headlamp

This commit is contained in:
kisfenyo
2026-01-01 11:27:51 +01:00
parent 7c31cf2576
commit ec6ffc9a76
2 changed files with 403 additions and 0 deletions
+22
View File
@@ -636,3 +636,25 @@ spec:
- CreateNamespace=true
- PruneLast=true
---
# Headlamp
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: headlamp
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: headlamp-system
destination:
server: https://kubernetes.default.svc
namespace: headlamp-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---