templates/pipes/camel-k/mustache-template-action-pipe.yaml (24 lines of code) (raw):

apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: mustache-template-action-pipe spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: timer-source properties: message: "Hello" steps: - ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: mustache-template-action properties: template: "The Template" sink: ref: kind: KafkaTopic apiVersion: kafka.strimzi.io/v1beta1 name: my-topic