bitnami / readme-generator-for-helm

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

Use null instead of 'null' in null objects schema #40

Closed miguelaeh closed 2 years ago

miguelaeh commented 2 years ago

Signed-off-by: Miguel A. Cabrera Minagorri mcabrera@vmware.com

Description of the change

Null objects were being set as "null" (note string) instead of null into the schema. This PR fixes that and sets it properly.

Benefits

Possible drawbacks

Applicable issues

Additional information

Checklist