17 lines
332 B
YAML
17 lines
332 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: homelab
|
|
namespace: argocd
|
|
spec:
|
|
description: Cluster-weite Infrastructure
|
|
destinations:
|
|
- namespace: '*'
|
|
server: https://kubernetes.default.svc
|
|
sourceRepos:
|
|
- https://git.hnrx.net/**
|
|
- '*'
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|