mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
18 lines
417 B
YAML
18 lines
417 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: "{{ .Values.project }}"
|
|
namespace: argocd
|
|
spec:
|
|
description: "Project for homelab apps"
|
|
sourceRepos:
|
|
- "*"
|
|
destinations:
|
|
- namespace: "{{ .Values.project }}"
|
|
server: https://kubernetes.default.svc
|
|
- namespace: argocd
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: "*"
|
|
kind: "*"
|