Skip to content

Commit

Permalink
chore(charts): adding external docker_registry support
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Nov 8, 2020
1 parent 3861032 commit b6885dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

su-exec fluent "$@"
exec "$@"
2 changes: 1 addition & 1 deletion rootfs/fluentd/sbin/boot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
FLUENTD_CONF="/fluentd/etc/fluentd.conf"
FLUENTD_CONF=${FLUENTD_CONF:-"/fluentd/etc/fluent.conf"}
INSTALL_BUILD_TOOLS=${INSTALL_BUILD_TOOLS:-"false"}
BUILD_TOOLS='g++ gcc make ruby-dev'

Expand Down

0 comments on commit b6885dd

Please sign in to comment.