-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this Chart in use?! #105
Comments
Hey @chokosabe, could you send over your |
values.yaml file looks like this - being deployed using rancher.
Followed the setup instructions re ConfigMap. |
The reason you get the error Regarding Streams mode, what does your |
Thanks that helped. Can I confirm that the streams feature actually works? Added a ConfigMap that seems to be totally ignored. Thanks in advance. |
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
The text was updated successfully, but these errors were encountered: