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