18 lines
487 B
YAML
18 lines
487 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: cluster-infra
|
|
namespace: argocd
|
|
spec:
|
|
description: Cluster-weite Infrastructure
|
|
destinations:
|
|
- namespace: '*'
|
|
server: https://kubernetes.default.svc
|
|
sourceRepos:
|
|
- https://git.hnrx.net/homelab/rke2-single-node.git
|
|
- https://github.com/kubernetes/autoscaler.git
|
|
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|