21 lines
480 B
YAML
21 lines
480 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: apps
|
|
namespace: argocd
|
|
spec:
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|
|
clusterResourceBlacklist:
|
|
- group: cilium.io
|
|
kind: CiliumIdentity
|
|
description: everything non-infra
|
|
sourceRepos:
|
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
|
- https://k8s-at-home.com/charts/
|
|
destinations:
|
|
- name: '*'
|
|
namespace: '*'
|
|
server: https://kubernetes.default.svc
|