dave08

Results 17 issues of dave08

Thanks for the great implementation! This is the best, most non-intrusive I've found after lots of googling. The main image translates any environment variable with _FILE extension to the value...

After adding more than 20 repos using the same credentials, I start getting `429 Too Many Requests` which prevents webhooks from being created. **Environment (please complete the following information):** -...

bug

Currently there is no parameter for which port to use in sending a test request, I propose to add this function: ```kotlin fun TestApplicationEngine.handleRequest( method: HttpMethod, port: Int = 80,...

enhancement

Using components from libraries that have their own event loop causes the creation of an extra (unecessary) event loop. There are currently two possibilities: the library itself using Ktor's event...

ux

It seems like the current version only supports 2.0.3. We are using ArgoCD for GitOps and Ship to manage upstream Helm Charts, and they just abandoned < 2.10 in the...

type::feature

### Expected behavior Finishes the ship init process ### Actual behavior Gets stuck when saving the values with a `[ERROR] templates/: render error in "keycloak/templates/statefulset.yaml": template: keycloak/templates/_helpers.tpl:50:12: executing "keycloak.postgresql.fullname" at...

In the docs it says: > The whitespace directly preceding the closing quote must match the preceding whitespace on all other lines and is removed from these lines. It uses...

roadmap/errors

We have a bunch of microservices opening connections to our Postgres database, and it seems to happen that we run out of connections. We would like to track down the...

I'm running a k8s cluster on DigitalOcean with k8s version 1.24.12-do.0, and istio 1.14.4, when I run kubeshark tap --tls with an NFS volume. I'm not seeing all the traffic...