mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
27 lines
601 B
YAML
27 lines
601 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: controllers
|
|
namespace: argocd
|
|
spec:
|
|
sourceRepos:
|
|
- 'https://github.com/vehagn/homelab'
|
|
destinations:
|
|
- namespace: 'argocd'
|
|
server: '*'
|
|
- namespace: 'cert-manager'
|
|
server: '*'
|
|
- namespace: 'crossplane'
|
|
server: '*'
|
|
- namespace: 'node-feature-discovery'
|
|
server: '*'
|
|
- namespace: 'intel-device-plugins'
|
|
server: '*'
|
|
- namespace: 'kube-system'
|
|
server: '*'
|
|
- namespace: 'sealed-secrets'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|