Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading