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 13:17:57 +00:00
|
|
|
- https://github.com/argoproj/argo-cd
|
2023-10-26 12:53:49 +00:00
|
|
|
- https://1password.github.io/connect-helm-charts/
|
2023-10-26 13:20:14 +00:00
|
|
|
- https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
|
2023-10-26 13:26:47 +00:00
|
|
|
- https://github.com/MeisterLabs/secrets-store-csi-driver-provider-1password
|
2023-10-26 18:31:54 +00:00
|
|
|
- https://kubernetes.github.io/ingress-nginx
|