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
2024-05-03T11:17:53Z ERROR setup {"error": "incorrect value for `-disable-component-controllers` and it will not be proceeded (possible values are: fluent-bit, fluentd)"}
main.main
/workspace/main.go:121
runtime.main
/usr/local/go/src/runtime/proc.go:267
Describe the issue
fluent-operator
goes into CrashLoopback whenis set.
The error is:
And is due to the incorrect container template
The correct value shall be
To Reproduce
Render the current template with
It produces:
Expected behavior
Shall produce a valid arguments list and fluent-operator pod shall reach Ready state.
Your Environment
How did you install fluent operator?
Via the helm chart
Additional context
Fix is provided
The text was updated successfully, but these errors were encountered: