Skip to content

Commit 57d1f08

Browse files
authored
Add targeting demo (#51)
Signed-off-by: Todd Baert <[email protected]>
1 parent 54e22e9 commit 57d1f08

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/samples/end-to-end.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ spec:
3636
"binet": "binet"
3737
},
3838
"defaultVariant": "recursive",
39-
"state": "ENABLED"
39+
"state": "ENABLED",
40+
"targeting": {
41+
"if": [
42+
{
43+
"in": ["@faas.com", {
44+
"var": ["email"]
45+
}]
46+
}, "binet", null
47+
]
48+
}
4049
}
4150
}
4251
}

0 commit comments

Comments
 (0)