Skip to content

Commit

Permalink
Merge pull request #18613 from jakesmith/HPCC-31736-helm-nodali
Browse files Browse the repository at this point in the history
HPCC-31736 Allow configurations with no dali

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored May 3, 2024
2 parents a7d67c1 + 7cb3981 commit 15eaff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/hpcc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"dali": {
"description": "dali process",
"type": "array",
"minItems": 1,
"minItems": 0,
"maxItems": 1,
"items": { "$ref": "#/definitions/dali" }
},
Expand Down

0 comments on commit 15eaff2

Please sign in to comment.