Skip to content

Commit 94be6c7

Browse files
author
stuart-wells
committed
testing empty index
1 parent 8322eb8 commit 94be6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/temporal/templates/server-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
{{- fail (printf "manageSchema is not supported for %s SQL database plugin" $store.config.pluginName) -}}
9898
{{- end }}
9999
{{- else if eq $store.driver "elasticsearch" }}
100-
- temporal-elasticsearch-tool update-schema && temporal-elasticsearch-tool create-index && temporal-elasticsearch-tool update-schema --index "$ES_VISIBILITY_INDEX"
100+
- temporal-elasticsearch-tool update-schema --index "" && temporal-elasticsearch-tool create-index && temporal-elasticsearch-tool update-schema --index "$ES_VISIBILITY_INDEX"
101101
{{- end }}
102102
env:
103103
{{- include "temporal.admintools-env" (list $ $store) | nindent 12 }}

0 commit comments

Comments
 (0)