Skip to content

Commit

Permalink
fix: ensure buildDependencies is nullable (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil authored Jan 27, 2025
1 parent b05b533 commit 4e65a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/myks/assets/data-schema.ytt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ 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:
- #@schema/nullable
- releaseName: ""
#@schema/nullable
buildDependencies: false
#@schema/nullable
includeCRDs: false
#@schema/validation min_len=1
name: ""
namespace: ""
releaseName: ""
#! Configuration of the step that renders ytt-packages.
yttPkg:
#! A ytt-package can be rendered as a whole, or can contain multiple sub-packages that should be rendered separately.
Expand Down

0 comments on commit 4e65a3e

Please sign in to comment.