Skip to content

Commit

Permalink
(WIP) chore: Remove support for External Knative Processor
Browse files Browse the repository at this point in the history
Signed-off-by: William Lam <wlam@vmware.com>
  • Loading branch information
William Lam committed Dec 7, 2021
1 parent fc35ca9 commit d007143
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
#@ vcenterUsername = json.decode(data.values.config)["ESCAPED_VCENTER_USERNAME"]
#@ vcenterPassword = json.decode(data.values.config)["ESCAPED_VCENTER_PASSWORD"]
#@ vcenterTls = json.decode(data.values.config)["VCENTER_DISABLE_TLS"]
#@ processorName = "knative"

#@ routerName = "vmware-event-router-config-knative-" + data.values.eventProvider
#@ routerName = "vmware-event-router-config-" + processorName + "-" + data.values.eventProvider

apiVersion: event-router.vmware.com/v1alpha1
eventProcessor:
Expand Down

0 comments on commit d007143

Please sign in to comment.