You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,20 +164,20 @@ Change time and date and settings with these environment variables
164
164
165
165
Only valid if appropriate module has been installed within the image. See [MODULES documentation](/rootfs/container/base/modules) for more information to see other configurable options.
Copy file name to clipboardExpand all lines: rootfs/container/base/modules/fluentbit/rootfs/container/base/functions/logging/fluentbit
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ EOF
183
183
unset "${!LOGSHIP_@}"
184
184
185
185
## Defaults
186
-
for default in $(find find /container/base/defaults/* /container/defaults/* /override/base/defaults* /override/defaults/* -type f ! -name *.enc* -print 2>/dev/null); do
186
+
for default in $(find find /container/base/defaults/* /container/defaults/* /override/base/defaults* /override/defaults/* -type f ! -name *.enc* ! -name .*.age ! -name .nfrastack -print 2>/dev/null); do
0 commit comments