rstudio / helm

Helm Resources for RStudio Products
MIT License
32 stars 28 forks source link

rstudio-prefs.json: {} causing error in every RStudio Pro session log #468

Closed tnederlof closed 5 months ago

tnederlof commented 6 months ago

The current default of rstudio-prefs.json: {} causes an empty file to be created in the session pods which leads to this error in every RStudio Pro pod: ERROR pref_error error 1

This was a prior issue closed here however the error is still happening with a blank file: https://github.com/rstudio/rstudio-pro/pull/4371

Changing the default to null or literal {} in json fixes the error.