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