Skip to content

Commit 19d36fb

Browse files
authored
Fix docker config template to set only one visibility (#3889)
1 parent 5721cf8 commit 19d36fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/config_template.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ log:
55
persistence:
66
numHistoryShards: {{ default .Env.NUM_HISTORY_SHARDS "4" }}
77
defaultStore: default
8-
visibilityStore: visibility
98
{{- $es := default .Env.ENABLE_ES "false" | lower -}}
109
{{- if eq $es "true" }}
1110
advancedVisibilityStore: es-visibility
11+
{{- else }}
12+
visibilityStore: visibility
1213
{{- end }}
1314
datastores:
1415
{{- $db := default .Env.DB "cassandra" | lower -}}

0 commit comments

Comments
 (0)