2023-10-26 14:45:13 +02:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: AppProject
|
|
|
|
metadata:
|
|
|
|
name: apps
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
2023-11-13 21:09:46 +01:00
|
|
|
clusterResourceWhitelist:
|
2023-11-14 12:41:00 +01:00
|
|
|
- group: '*'
|
|
|
|
kind: '*'
|
2023-11-13 14:50:42 +01:00
|
|
|
clusterResourceBlacklist:
|
2023-11-14 12:41:00 +01:00
|
|
|
- group: cilium.io
|
|
|
|
kind: CiliumIdentity
|
2023-10-26 14:45:13 +02:00
|
|
|
description: everything non-infra
|
|
|
|
sourceRepos:
|
2023-11-14 12:41:00 +01:00
|
|
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
2023-11-20 21:36:35 +01:00
|
|
|
- https://k8s-at-home.com/charts/
|
2023-11-28 18:59:11 +01:00
|
|
|
- https://charts.bitnami.com/bitnami
|
2023-11-29 16:02:52 +01:00
|
|
|
- https://charts.gabe565.com
|
2023-10-26 14:47:40 +02:00
|
|
|
destinations:
|
2023-11-14 12:41:00 +01:00
|
|
|
- name: '*'
|
|
|
|
namespace: '*'
|
|
|
|
server: https://kubernetes.default.svc
|