From cc7066e227bd6fcbfb9e0dfab1da676d756f8f8e Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 27 Jan 2026 20:27:10 +0100 Subject: [PATCH] add this which was there for ages --- app-of-apps/links.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app-of-apps/links.yaml diff --git a/app-of-apps/links.yaml b/app-of-apps/links.yaml new file mode 100644 index 0000000..093fe8d --- /dev/null +++ b/app-of-apps/links.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: links + namespace: argocd +spec: + destination: + namespace: links + server: https://kubernetes.default.svc + project: default + source: + path: apps-kustomized/links + repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true