From 8bc81d25721da2d2ffe05b1ca4fdc055dc3c067e Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Sat, 1 Feb 2025 23:35:06 -0600 Subject: [PATCH] Add flags to reset Chewy and set batch size --- templates/job-deploy-search.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/job-deploy-search.yaml b/templates/job-deploy-search.yaml index ae1d1f1..354fe09 100644 --- a/templates/job-deploy-search.yaml +++ b/templates/job-deploy-search.yaml @@ -61,6 +61,10 @@ spec: {{- end }} {{- if .Values.mastodon.deploySearch.resetChewy }} - '--reset-chewy' + {{- end }} + {{- with .Values.mastodon.deploySearch.batchSize }} + - '--batch-size' + - {{ . | quote }} {{- end }} envFrom: - configMapRef: