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