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