Skip to content

Commit 116b864

Browse files
author
Amit Kumar Das
authored
fix(recipe): add spec.enabled.when as a supported recipe schema (#166)
Signed-off-by: AmitKumarDas <[email protected]>
1 parent 166c798 commit 116b864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/recipe/schema.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ var SupportedAbsolutePaths = []string{
4646
"spec.eligible.checks.[*].labelSelector.matchExpressions.[*].key",
4747
"spec.eligible.checks.[*].labelSelector.matchExpressions.[*].operator",
4848
"spec.eligible.checks.[*].labelSelector.matchExpressions.[*].values",
49+
"spec.enabled.when",
4950
"spec.tasks.[*].name",
5051
"spec.tasks.[*].failFast.when",
5152
"spec.tasks.[*].ignoreError",

0 commit comments

Comments
 (0)