Skip to content

Commit

Permalink
Merge pull request #163 from cjeanner/automation/schema-check-wait_co…
Browse files Browse the repository at this point in the history
…ndition-format

Ensure wait_conditions starts with specific pattern
  • Loading branch information
abays authored Apr 4, 2024
2 parents b81d0be + 31ba8f7 commit 107dd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/automation-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _hook:
---
_stage:
path: str()
wait_conditions: list(min=1)
wait_conditions: list(str(matches='^(oc|kubectl) .*'), min=1)
values: list(include('_values'), min=1)
build_output: str()
pre_stage_run: list(include('_hook'), required=False)
Expand Down

0 comments on commit 107dd5d

Please sign in to comment.