Skip to content

Commit 72561d1

Browse files
remove after start (#7)
* remove after start
1 parent 4315446 commit 72561d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.10
1+
VERSION=v0.0.11
22
OUT_DIR=dist
33
YEAR?=$(shell date +"%Y")
44

cmd/commands/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ func createEventSource(repofs fs.FS, path, runtimeName string) error {
351351
},
352352
Namespace: runtimeName,
353353
Filter: &eventsourcev1alpha1.ResourceFilter{
354-
AfterStart: true,
354+
AfterStart: false,
355355
Labels: []eventsourcev1alpha1.Selector{
356356
{
357357
Key: store.Get().CFComponentKey,

0 commit comments

Comments
 (0)