tofu-controller
tofu-controller copied to clipboard
Docs Issues
I've had a few issues with the TF Controller in the past few days, and wanted to give some suggestions to the docs as a result:
- We set
autoApplyto the only other enum value, which wasdisable, and didn't realize that that would disable planning as a result (as documented here). It would've been helpful if that was also documented here, so the use of that flag would be clear. - The documentation about custom-backends here doesn't mention the ability to add fields from secrets or configMaps, as mentioned in this issue
- There's little documentation on what certain fields in the spec do, like
force(I totally didn't realize that that would do the same as settingautoApply: auto). Even just adding more docs in the code comments, so that they show up in the API Documentation, could be really helpful (for instance, before we found these docs onforceUnlock, we went hunting through the code to understand the behavior)
Thanks for all the work on it!
Thank you so much @dfreilich !!
I'll improve the docs per your suggestions.
Hello @dfreilich, it's been a while. :) Would you be open to making a PR to implement this change? Thanks much.