This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit c9c9c85443d099fec92759efbd8f5145f75db19a Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Tue May 21 11:46:48 2019 +0200 Fix #663: use in-memory provisioner (async) --- examples/knative/messages-channel.yaml | 2 +- examples/knative/words-channel.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/knative/messages-channel.yaml b/examples/knative/messages-channel.yaml index 2dcd271..a418bdc 100644 --- a/examples/knative/messages-channel.yaml +++ b/examples/knative/messages-channel.yaml @@ -6,4 +6,4 @@ spec: provisioner: apiVersion: eventing.knative.dev/v1alpha1 kind: ClusterChannelProvisioner - name: in-memory-channel \ No newline at end of file + name: in-memory \ No newline at end of file diff --git a/examples/knative/words-channel.yaml b/examples/knative/words-channel.yaml index ad8640f..f551656 100644 --- a/examples/knative/words-channel.yaml +++ b/examples/knative/words-channel.yaml @@ -6,4 +6,4 @@ spec: provisioner: apiVersion: eventing.knative.dev/v1alpha1 kind: ClusterChannelProvisioner - name: in-memory-channel \ No newline at end of file + name: in-memory \ No newline at end of file