Merge pull request #881 from 3dwardch3ng/infra/argo-events

refactor
This commit is contained in:
2024-08-28 10:33:48 +10:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@@ -8,9 +8,3 @@ resources:
- ./configmap.yaml
- ./deployment.yaml
- ./service.yaml
- ./examples/eventbus.yaml
- ./examples/event-source.yaml
- ./examples/ingress.yaml
- ./examples/sensor.yaml
- ./examples/workflow.yaml
- ./examples/webhook.yaml

View File

@@ -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:

View File

@@ -2,3 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ./examples/eventbus.yaml
- ./examples/event-source.yaml
- ./examples/ingress.yaml
- ./examples/sensor.yaml
- ./examples/workflow.yaml
- ./examples/webhook.yaml