Skip to content
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

Wrong documentation in Kamelet Catalog for sinks #1937

Closed
Leo6Leo opened this issue Mar 5, 2024 · 1 comment · Fixed by #1979
Closed

Wrong documentation in Kamelet Catalog for sinks #1937

Leo6Leo opened this issue Mar 5, 2024 · 1 comment · Fixed by #1979
Milestone

Comments

@Leo6Leo
Copy link

Leo6Leo commented Mar 5, 2024

What happened?

Hello maintainers at Camel-K, please see the issue description below. And let me know if there are any issues, thanks!

Title: Wrong kamel bind Command Order in Documentation for Sink Kamelets

Description:

Found a mistake in the Kamelet Catalog documentation for the slack-sink and other sinks. The kamel bind command's order is incorrect. It should be kamel bind [source] [sink] ... [flags].

Same problem appears for other sinks too.

Current Wrong Example:

kamel bind slack-sink -p "sink.channel=#myroom" -p "sink.webhookUrl=The Webhook URL" channel:mychannel

Correct Command Should Be:

kamel bind channel:mychannel -p "sink.channel=#mychannel" -p "sink.webhookUrl=The Webhook URL" slack-sink

Solution:
Fix the command order in the documentation to match the correct format.

Steps to reproduce

See the documentation

Relevant log output

No response

Camel K version

v2.2.0

@squakez squakez transferred this issue from apache/camel-k Mar 8, 2024
@squakez
Copy link
Contributor

squakez commented Mar 8, 2024

Moved to proper project. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants