From f5a107760f1f5fe644b758790a2a1b8de187891b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 2 Jan 2026 13:52:25 +0100 Subject: [PATCH] Add rclone to the chart Signed-off-by: Nikolai Rodionov --- helm/templates/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/install.yaml b/helm/templates/install.yaml index 1e26fb7..8da7d3e 100644 --- a/helm/templates/install.yaml +++ b/helm/templates/install.yaml @@ -1,6 +1,6 @@ {{ include "lib.component.workload" (dict "ctx" .)}} {{ include "lib.component.service" (dict "ctx" .) }} {{ include "lib.component.ingress" (dict "ctx" .) }} -{{ include "lib.component.environment" (dict "ctx" .) }} +{{ include "lib.component.files" (dict "ctx" .) }} {{ include "lib.component.storage" (dict "ctx" .) }} {{ include "lib.component.templates" (dict "ctx" .) }}