Skip to content

Commit

Permalink
re-add accidently removed flag.Parse
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Aug 11, 2024
1 parent 0f632a7 commit 7855cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/fluent-watcher/fluentbit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ func main() {
level.Warn(logger).Log("--flb-timeout is deprecated. Consider setting the terminationGracePeriod field on the `(Cluster)FluentBit` instance.")
}

flag.Parse()

// First, launch the fluent-bit process.
args := []string{"--enable-hot-reload", "-c", configPath}
if externalPluginPath != "" {
Expand Down

0 comments on commit 7855cbb

Please sign in to comment.