Skip to content

Commit

Permalink
Make description optional in chart_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMGranger committed Dec 14, 2021
1 parent 89dbd16 commit 2dfdeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/chart_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ home: str(required=False)
version: str()
apiVersion: str()
appVersion: any(str(), num(), required=False)
description: str()
description: str(required=False)
keywords: list(str(), required=False)
sources: list(str(), required=False)
maintainers: list(include('maintainer'), required=False)
Expand Down

0 comments on commit 2dfdeac

Please sign in to comment.