We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8322eb8 commit 94be6c7Copy full SHA for 94be6c7
1 file changed
charts/temporal/templates/server-job.yaml
@@ -97,7 +97,7 @@ spec:
97
{{- fail (printf "manageSchema is not supported for %s SQL database plugin" $store.config.pluginName) -}}
98
{{- end }}
99
{{- 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"
+ - temporal-elasticsearch-tool update-schema --index "" && temporal-elasticsearch-tool create-index && temporal-elasticsearch-tool update-schema --index "$ES_VISIBILITY_INDEX"
101
102
env:
103
{{- include "temporal.admintools-env" (list $ $store) | nindent 12 }}
0 commit comments