feat: add foundation

This commit is contained in:
Morten Olsen
2025-12-03 16:18:01 +01:00
parent 05bfcfed2c
commit 8f044b62b3
6 changed files with 96 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: "{{ .Values.project }}"
namespace: argocd
spec:
description: "Project for homelab apps"
sourceRepos:
- "*"
destinations:
- namespace: foundation
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"