wekan / charts

Wekan Helm Charts to deploy to Kubernetes
MIT License
2 stars 15 forks source link

fix TLS wildcard parsing #7

Closed luclu closed 2 years ago

luclu commented 2 years ago

The asterisk used in wildcard TLS domain names will cause the following parsing error: error converting YAML to JSON: yaml: line 16: did not find expected alphabetic or numeric character

This PR fixes the parsing error by dynamically quoting the input.

Please feel free to get acquainted with this issue and the fix by looking at the following links: