From 8b33462a9614f3217871ee9dddc18eda330dbd5a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 28 Aug 2024 10:52:39 +1000 Subject: [PATCH] fix webhook sensor --- .../argo-events/env/k3s-cluster/examples/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/argo-events/env/k3s-cluster/examples/webhook.yaml b/infrastructures/argo-events/env/k3s-cluster/examples/webhook.yaml index 10cc4e4..76e80ea 100644 --- a/infrastructures/argo-events/env/k3s-cluster/examples/webhook.yaml +++ b/infrastructures/argo-events/env/k3s-cluster/examples/webhook.yaml @@ -27,7 +27,7 @@ spec: parameters: - name: message # the value will get overridden by event payload from test-dep - value: hello world! + value: "hello world!" templates: - name: whalesay inputs: