Cole Arendt
Cole Arendt
Also add clarification on one of the steps This might be a reasonable time to look at switching out `iris` for another dataset? 🤷♂️
**Is your feature request related to a problem? Please describe.** Yes. On first deployment of the couchdb helm chart, I need to create the `adminSecret` myself **Describe the solution you'd...
#### What this PR does / why we need it: We utilize Helm's `lookup` command to store a generated `uuid` in an "internal" secret in Kubernetes. This allows generating the...
**Is your feature request related to a problem? Please describe.** After deploying the helm chart, there is a very helpful / explanatory message in `NOTES.txt` about cluster state: ``` Once...
**Is your feature request related to a problem? Please describe.** If you haven't interacted with the service in a while, it's easy to forget how `adminHash` and `adminPassword` values interact....
**Is your feature request related to a problem? Please describe.** As discussed in #80 , keeping `values.yaml` in sync with `README.md` can be tricky. As a result, a tool called...
**Describe the bug** When configuring couchdb inside of the helm chart, one class of configuration involves hardening / tweaking the authentication configuration. It is possible to change this in such...
**Is your feature request related to a problem? Please describe.** This is related to #7 , although that issue seems a bit dated. Basically, when `createAdminSecret` is used (by default),...
https://docs.rstudio.com/ide/server-pro/r-sessions.html#rstudio-connect-server RStudio Server Pro makes a "Default Connect Server" setting available that is then populated in the R session whenever creating a "connection" to an RStudio Connect server for deployment....
When defining a new Connect server:  I oftentimes have to go create an API key for this context. This requires a lot of "know-how" from the user. If /...