david amick
david amick
Would this project be open to a PR that adds a `--concurrent-id ` flag, and only supports certain drivers for now? * We could add validation that would error out...
I was up against this same problem. For me, in the end it was a relatively easy fix with the envoy config. Specifically the `prefix_rewrite` as seen [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto):
Other flags are needed too, E.G. `-tags`.
@amitjoseph I have noticed this happen on Document type Items that I copied from one vault to another, using the 1Password app. - I was able to fix them by...
A number of others have looked for this same thing. For example PR #26, and some forks, such as [Adobe's](https://github.com/adobe/PushProx#this-fork).
Same problem. Initial deployment of apps (with reloader already running in the cluster) causes immediate update of the deployment, causing a new replicaSet. Meanwhile the deployment controller continues to try...
> @snarlysodboxer this should be fixed now with the latest version. Please try and update if you still see the issue. @faizanahmad055 You're right, the problem of immediate update of...
FWIW, besides the benefits of merging efforts and of course the ability to switch vendors in the future, the primary reason we chose to add 1Password support to external-secrets instead...
Came here looking to be able to customize the exact same thing, `command` and `args`, so we can run a public postgres-exporter image but pass custom args.
Yeah, this is a big problem. CPU limits cause throttling, and we can't unset them.