Skip to content

Commit 13fb58d

Browse files
committed
fix indentation
1 parent ff79381 commit 13fb58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/opencrvs-services/templates/elasticsearch-reindex-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
{{- include "postgres-on-deploy.containerSpec" . | nindent 8 }}
19-
restartPolicy: "OnFailure"
19+
restartPolicy: "OnFailure"
2020
volumes:
2121
{{- include "postgres-on-deploy.volumes" . | nindent 8 }}
2222
{{- end }}

0 commit comments

Comments
 (0)