Skip to content

Commit

Permalink
search index rebuild-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed May 16, 2024
1 parent dda4849 commit 2d9a498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ckan/templates/cronjobs/solr-index-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: ckan
image: '{{ include "docker-uri" (dict "environment" .Values.environment "app" "ckan" "files" $.Files) }}'
imagePullPolicy: Always
command: [ ckan, search-index, rebuild, -o, -i ]
command: [ ckan, search-index, rebuild-fast, -i ]
env:
{{- include "ckan.environment-variables" . | nindent 16 }}
volumeMounts:
Expand Down

0 comments on commit 2d9a498

Please sign in to comment.