Skip to content

Commit

Permalink
graylog.yaml, data_dir is not written unless trustedproxies are in co… (
Browse files Browse the repository at this point in the history
#164)

* graylog.yaml, data_dir is not written unless trustedproxies are in config

* Update Chart.yaml
  • Loading branch information
mazmar authored Sep 27, 2024
1 parent 3d8b70d commit 0c8a9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: graylog
home: https://www.graylog.org
version: 2.3.9
version: 2.3.10
appVersion: 5.2.6
description: Graylog is the centralized log management solution built to open
standards for capturing, storing, and enabling real-time analysis of terabytes
Expand Down
2 changes: 1 addition & 1 deletion charts/graylog/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ data:
{{- end }}
{{- if .Values.graylog.trustedProxies }}
trusted_proxies = {{.Values.graylog.trustedProxies}}
data_dir = /usr/share/graylog/data
{{- end }}
data_dir = /usr/share/graylog/data
{{- if .Values.graylog.config }}
{{ .Values.graylog.config | indent 4 }}
{{- end }}
Expand Down

0 comments on commit 0c8a9a4

Please sign in to comment.