bitnami / readme-generator-for-helm

Auto generate READMEs for Helm Charts
https://bitnami.com
Apache License 2.0
222 stars 48 forks source link

[Help]: Is there a way to force validate if description is not added or not #112

Open shyam-ks opened 2 months ago

shyam-ks commented 2 months ago
## @param enabled Flag to enable or disable the app/svc
#
enabled: 'true'

if you have not given the description, is it possible to validate it?

## @param enabled 
#
enabled: 'true'

An Error should throw as a description not added or some error