Skip to content

Commit

Permalink
codereview feedback
Browse files Browse the repository at this point in the history
Signed-off-by: metron2 <[email protected]>
  • Loading branch information
metron2 committed Jun 5, 2024
1 parent fb79ffe commit 29979fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/graylog/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ data:
export GRAYLOG_PLUGIN_DIR=${GRAYLOG_HOME}/plugin
# Graylog 4.0.2 images move plugin dir to `plugins-default`
find ${GRAYLOG_HOME}/plugins-default/ -type f -exec cp {} ${GRAYLOG_PLUGIN_DIR} \;
# Looking for Master IP
retry=1
# Download plugins
{{- if .Values.graylog.plugins.proxy.enabled }}
export https_proxy={{ .Values.graylog.plugins.proxy.host }}
Expand Down

0 comments on commit 29979fa

Please sign in to comment.