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

kamelet binding: make it possible to use normalized name #2296

Closed
lburgazzoli opened this issue May 15, 2021 · 1 comment
Closed

kamelet binding: make it possible to use normalized name #2296

lburgazzoli opened this issue May 15, 2021 · 1 comment

Comments

@lburgazzoli
Copy link
Contributor

As we have a normalized way do reference k8s resources, it should be possible to use it to reference a source/sink/step, i.e.:

apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
  name: telegram-text-source-to-channel
spec:
  source: 
    ref: "camel.apache.org/v1alpha1:Kamelet:telegram-text-source"
    properties:
      botToken: the-token-here
  sink: 
    ref: "messaging.knative.dev/v1:InMemoryChannel:messages"
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

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

No branches or pull requests

1 participant