refactor
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user