Skip to content

Commit fa4bcc4

Browse files
committed
Fixed labels and annotations filter
Signed-off-by: Yuri Sa <[email protected]>
1 parent 533e935 commit fa4bcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- group: e2e-multi-instrumentation
3838
setup: "add-operator-arg OPERATOR_ARG=--enable-multi-instrumentation prepare-e2e"
3939
- group: e2e-metadata-filters
40-
setup: "add-operator-arg OPERATOR_ARG='--annotations-.*filter=filter.out --labels=.*filter.out' prepare-e2e"
40+
setup: "add-operator-arg OPERATOR_ARG='--annotations-filter=.*filter.out --labels=.*filter.out' prepare-e2e"
4141

4242
steps:
4343
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)