2023-10-26 12:45:13 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: AppProject
|
|
|
|
metadata:
|
2023-10-26 13:16:25 +00:00
|
|
|
labels:
|
|
|
|
app.kubernetes.io/instance: app-of-apps
|
2023-10-26 12:45:13 +00:00
|
|
|
name: infra
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
2023-10-26 12:58:42 +00:00
|
|
|
clusterResourceWhitelist:
|
2023-10-26 13:16:25 +00:00
|
|
|
- group: '*'
|
|
|
|
kind: '*'
|
2023-10-26 12:45:13 +00:00
|
|
|
description: argo, nginx-ingress, etc.
|
|
|
|
destinations:
|
|
|
|
- name: '*'
|
|
|
|
namespace: '*'
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
sourceRepos:
|
|
|
|
- https://git.martyn.berlin/martyn/infra4talos.git
|
2023-10-26 12:53:49 +00:00
|
|
|
- https://1password.github.io/connect-helm-charts/
|