Add Argo CD app of apps bootstrap

This commit is contained in:
2026-07-22 23:46:40 +02:00
parent 46c8c3e055
commit fd3cbb89c2
4 changed files with 95 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: homelab
namespace: argocd
spec:
description: Homelab Kubernetes GitOps
sourceRepos:
- 'gitea@172.16.2.52:baptiste/k8s.git'
destinations:
- namespace: '*'
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: '*'
kind: '*'
namespaceResourceWhitelist:
- group: '*'
kind: '*'