Skip to content

Commit

Permalink
Config Template support for 'secondary_visibility'
Browse files Browse the repository at this point in the history
PR temporalio#2359 added support for dual write to different ES indices. There was no change to the config template to enable this feature.
  • Loading branch information
johanforssell authored Feb 8, 2023
1 parent 793dd7e commit 8ee6bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ persistence:
password: "{{ default .Env.ES_PWD "" }}"
indices:
visibility: "{{ default .Env.ES_VIS_INDEX "temporal_visibility_v1_dev" }}"
secondary_visibility: "{{ default .Env.ES_SEC_VIS_INDEX "temporal_secondary_visibility_v1_dev" }}"
{{- end }}

global:
Expand Down

0 comments on commit 8ee6bd6

Please sign in to comment.