rickymulder
rickymulder
This appears to be something I need as well. I'm unable to create an internal-facing NLB using the new controller, the in-tree is still doing every API call.
Is there an opportunity to backport to the `1.9.x` branch? I can file a new bug if needed, but to explain the short version is: Attempting to spin up a...
Can you elaborate more on what you mean? Secrets are a common object inside kubernetes, and external-secrets is creating secret objects as you define. You don't have to mount a...
Since you're using webhook and you need some custom functionality, would it be feasible to write a specific provider for this service?
Looks to be there's a restriction outbound from the ESO pods to the `sts` endpoint. When using IRSA, the service account reaches out to the `sts` service to get a...
> Looks to be there's a restriction outbound from the ESO pods to the `sts` endpoint. > > When using IRSA, the service account reaches out to the `sts` service...
Also happens in a disconnected openshift environment. What I specifically see is the hash matches the tag of the kubelet version...so it's trying to pull a matching image, I just...
> Did some investigation into this: > > * If `jsonPatches`, `strategicMergePatches` or `transformers` are specified for a Helm release, then the release is preprocessed by chartify: https://github.com/helmfile/helmfile/blob/5837672bfaaa9b48d6132c2f534586652725ae64/pkg/state/helmx.go#L265-L305 > >...
Confirmed in version 1.0.30 this is still non-functional. Someone created the parameter but failed to add it to the main function in fields, thus attempting to use it yields "Unsupported...