mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
feat: add foundation
This commit is contained in:
15
foundation/root/templates/project.yaml
Normal file
15
foundation/root/templates/project.yaml
Normal 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: "*"
|
||||
Reference in New Issue
Block a user