Skip to content

Commit 036efa0

Browse files
committed
feat: update single_node configuration in Snuba helper template
1 parent 900d5ba commit 036efa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sentry/templates/snuba/_helper-snuba.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ settings.py: |
7777
clickhouse configured can be configured any way you choose
7878
*/}}
7979
{{- if and .Values.externalClickhouse.singleNode (not .Values.clickhouse.enabled) }}
80-
"single_node": False,
80+
"single_node": True,
8181
{{- else }}
8282
"single_node": False,
8383
{{- end }}

0 commit comments

Comments
 (0)