rapidsai / frigate

Frigate is a tool for automatically generating documentation for your Helm charts
https://frigate.readthedocs.io
Other
83 stars 25 forks source link

"Object of type Date is not Json Serializable" #24

Open raul1991 opened 3 years ago

raul1991 commented 3 years ago

I have encountered this error when one of chart had a date field.

Reading about it shows that we need to pass in an ISO string using a custom decoder.

I don't face it anymore with that fix so I can send a pull request for it.