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: