Skip to content

Commit

Permalink
Add type field to chart schema (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Leggett <[email protected]>
  • Loading branch information
smlx authored Aug 9, 2020
1 parent e8a9bd1 commit 72362eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/chart_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tags: str(required=False)
deprecated: bool(required=False)
kubeVersion: str(required=False)
annotations: map(str(), str(), required=False)
type: str(required=False)
---
maintainer:
name: str()
Expand Down

0 comments on commit 72362eb

Please sign in to comment.