solidDoWant

Results 50 comments of solidDoWant

> I don’t think I exec anything when using the library. So it looks like [the `ControllerZfsGenericDriver` can either use the SSH library as an "exec client", _or_ it can...

Is the proposal still open for feedback despite being merged? It's listed as "Suggested" [here](https://grafana.github.io/grafana-operator/docs/proposals/003-grafanaserviceaccount-crd/), so I'm hoping it is. Personally I'm deeply in favor of a separate resource for...

Thanks, that makes sense. I had considered proposing an AllowedRoutes type solution that would affect all resources, but figured that it'd be a large, complex, and sweeping change (needing new...

This would be particularly helpful for files that have many deeply nested values, such as Kubernetes manifests and Helm chart values files. Take the following example: ```yaml --- apiVersion: apps/v1...

Here's some examples on how this connection string can be specified: https://www.connectionstrings.com/npgsql/ Here's the full docs on what the db lib supports: https://www.npgsql.org/doc/connection-string-parameters.html

I will squash this (and any future commits) prior to merge as mentioned in the wiki. Leaving this unsquashed for the moment to make reviewing the diff easier.

I'm running this locally and it seems to be working: k8s deployment snippet: ```yaml containers: radarr: image: repository: ghcr.io/soliddowant/radarr tag: latest@sha256:81a88fa08e219a6fabacf7a553eb55e1f83c63f0d7f88365ebdaaa33854189cb env: RADARR__LOG__DBENABLED: false RADARR__POSTGRES__MAINDBCONNECTIONSTRING: >- Server=radarr-postgres-17-rw.media.svc.cluster.local; Database=radarr; Username=radarr; SSLMode=VerifyCA;...