From 52cea30ac3700cf5c07840ce67942e43f471ee4f Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 5 Feb 2026 19:43:53 +0200 Subject: [PATCH] Fix --- k8s/apps/n8n/kustomization.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/k8s/apps/n8n/kustomization.yaml b/k8s/apps/n8n/kustomization.yaml index 2ea362f..3e86308 100644 --- a/k8s/apps/n8n/kustomization.yaml +++ b/k8s/apps/n8n/kustomization.yaml @@ -11,6 +11,14 @@ resources: - service.yaml - ingress.yaml +helmCharts: + - name: yacy + repo: https://gt.hexor.cy/api/packages/ab/helm + version: 0.1.2 + releaseName: yacy + namespace: n8n + valuesFile: values-yacy.yaml + includeCRDs: true + commonLabels: app.kubernetes.io/name: n8n - app.kubernetes.io/instance: n8n-plain \ No newline at end of file