templates/bindings/camel-k/github-source-binding.yaml (19 lines of code) (raw):

apiVersion: camel.apache.org/v1alpha1 kind: KameletBinding metadata: name: github-source-binding spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1alpha1 name: github-source properties: oauthToken: "The OAuth Token" repoName: "The Repository Name" repoOwner: "The Repository Owner" sink: ref: kind: KafkaTopic apiVersion: kafka.strimzi.io/v1beta1 name: my-topic