rstudio / helm

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

Fix bad default in RStudio-prefs.json #390

Open colearendt opened 1 year ago

colearendt commented 1 year ago

https://github.com/rstudio/helm/blob/ee5b2a34af2e1de3dd2db9a32e98c949a6c67398/charts/rstudio-workbench/values.yaml#L397

we should decide whether to null out the default or leave a json blob, etc.

This speaks to a larger question of "mutable types" In helm and how to allow someone to pass either a string or a json blob, etc.

Is this even possible? Related to #35 #379