Closed outbackdingo closed 9 months ago
Thank you for your report, @outbackdingo! The issue should be fixed with Chart version 0.14.2.
The issue was caused by a missing default value for UseIDToken
.
When rendering the netbird management configuration, the missing strings were no problem, as, for example {"Scope": ""}
is still valid JSON. However, for a missing boolean {"UseIDToken": }
is not.
│ netbird-management Error: failed reading provided config file: /etc/netbird/management.json: invalid character '}' looking for beginning of value │