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
level=info msg="Running main config from specified file" @service=benthos benthos_version=v4.27.0 path=/benthos.yaml
level=error msg="Config lint error" @service=benthos lint="/streams/benthos.yaml(1,1) field http not recognised"
level=error msg="Shutting down due to stream linter errors, to prevent shutdown run Benthos with --chilled" @service=benthos
which basically is referring to /streams/benthos.yaml. The http section is added by the chart. Do we need to replace it or something.
Almost feels like this chart is designed to not run. Its a bit of a mess
Getting this error when running this chart
level=info msg="Running main config from specified file" @service=benthos benthos_version=v4.27.0 path=/benthos.yaml
level=error msg="Config lint error" @service=benthos lint="/streams/benthos.yaml(1,1) field http not recognised"
level=error msg="Shutting down due to stream linter errors, to prevent shutdown run Benthos with --chilled" @service=benthos
which basically is referring to /streams/benthos.yaml. The http section is added by the chart. Do we need to replace it or something.
Almost feels like this chart is designed to not run. Its a bit of a mess