templates.binding-kamelet-uri.yaml.tmpl Maven / Gradle / Ivy
apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: {{ .Name }}
spec:
source:
ref:
kind: Kamelet
apiVersion: camel.apache.org/v1
name: {{ .Source }}
{{ .SourceProperties }}
{{ .Steps }}
sink:
uri: {{ .Sink }}
#properties:
#key: "value"