mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
25 lines
581 B
YAML
25 lines
581 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: network
|
|
namespace: argocd
|
|
spec:
|
|
sourceRepos:
|
|
- 'https://gitlab.com/vehagn/mini-homelab.git'
|
|
- 'https://prometheus-community.github.io/helm-charts'
|
|
- 'https://argoproj.github.io/argo-helm'
|
|
destinations:
|
|
- namespace: 'adguard'
|
|
server: '*'
|
|
- namespace: 'argocd'
|
|
server: '*'
|
|
- namespace: 'cloudflared'
|
|
server: '*'
|
|
- namespace: 'gateway'
|
|
server: '*'
|
|
- namespace: 'kube-system'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|