feat(manifests): Added Homebox deployments.

This commit is contained in:
Daniël Groothuis
2026-03-13 18:59:40 +01:00
parent ab72c756f2
commit 62ba062784
9 changed files with 132 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: homebox
spec:
description: Inventory for the home
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'homebox'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'