Validate task template from containing option references without a corresponding option #11
Labels
area/api
Related to public APIs, including CRD design, configuration, etc
component/execution
Issues or PRs related exclusively to the Execution component (Job, JobConfig)
kind/feature
Categorizes issue or PR as related to a new, well-defined and agreed-upon feature.
The JobConfig's task template may contain a reference to
${option.xyz}
even though thexyz
option is not defined in the OptionSpec. This is most likely an error on the user's part, so we can fail validation at this point.The text was updated successfully, but these errors were encountered: