Skip to content

Commit

Permalink
Update reindexing-job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Aug 29, 2024
1 parent 3b367f6 commit f34a8e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jobs/reindex/templates/reindexing-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: batch/v1
kind: Job
metadata:
name: alfresco-content-services-alfresco-search-enterprise-reindexing
{{- range .Values.reindex_batches }}
---
spec:
template:
metadata:
Expand All @@ -23,7 +25,7 @@ spec:
- name: {{ .Values.imagePullSecrets }}
restartPolicy: Never
containers:
- name: alfresco-content-services-alfresco-search-enterprise-reindexing
- name: alfresco-content-services-alfresco-search-enterprise-reindexing-{{.fromId}}-{{.toId}}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
securityContext:
Expand Down

0 comments on commit f34a8e7

Please sign in to comment.