mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
21 lines
413 B
YAML
21 lines
413 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: external
|
|
namespace: argocd
|
|
spec:
|
|
sourceRepos:
|
|
- 'https://github.com/vehagn/homelab'
|
|
destinations:
|
|
- namespace: 'argocd'
|
|
server: '*'
|
|
- namespace: 'haos'
|
|
server: '*'
|
|
- namespace: 'proxmox'
|
|
server: '*'
|
|
- namespace: 'truenas'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|