Skip to content

Commit

Permalink
fix: make per-chart helm options nullable (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil authored Jan 23, 2025
1 parent 0faef4b commit 4fd9713
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/myks/assets/data-schema.ytt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ helm:
#! See https://github.com/carvel-dev/ytt/issues/656 for more information.
#@schema/validation ("chart names must be unique", lambda x: len(set([c["name"] for c in x])) == len(x))
charts:
- buildDependencies: false
- #@schema/nullable
buildDependencies: false
#@schema/nullable
includeCRDs: false
#@schema/validation min_len=1
name: ""
Expand Down

0 comments on commit 4fd9713

Please sign in to comment.