mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
16 lines
308 B
YAML
16 lines
308 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: applications
|
|
namespace: argocd
|
|
spec:
|
|
sourceNamespaces:
|
|
- '*'
|
|
sourceRepos:
|
|
- 'https://github.com/vehagn/*'
|
|
destinations:
|
|
- namespace: 'argocd'
|
|
server: '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*' |