You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the final Data Value's value does not satisfies the rule: Whenytt runs Then reports a Data Values violation error message:
$ ytt -f schema.yml --data-values-inspect
ytt: Error: One or more data values were invalid:
- "adminPort" requires a valid value: a non-empty string; length = 0 (by schema.yml:6).
Given a Data Values schema, annotated with a validation rule:
Details at Proposal > Specification >
@schema/validation
.Scenario: Invalid Data Value
Given the final Data Value's value does not satisfies the rule:
When
ytt
runsThen reports a Data Values violation error message:
Details at Proposal > Specification >
@schema/validation
.Scenario: Valid Data Value
Given the final Data Value's value satisfies the rule:
Then no error message is displayed.
Notes:
The text was updated successfully, but these errors were encountered: