Skip to content

Commit e1ea66d

Browse files
authored
graylog.yaml, data_dir is not written unless trustedproxies are in config
1 parent 3d8b70d commit e1ea66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/graylog/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ data:
151151
{{- end }}
152152
{{- if .Values.graylog.trustedProxies }}
153153
trusted_proxies = {{.Values.graylog.trustedProxies}}
154-
data_dir = /usr/share/graylog/data
155154
{{- end }}
155+
data_dir = /usr/share/graylog/data
156156
{{- if .Values.graylog.config }}
157157
{{ .Values.graylog.config | indent 4 }}
158158
{{- end }}

0 commit comments

Comments
 (0)