Chris Laprun
Chris Laprun
Yes for the first two. No for the 3rd one, though that could be an option as well. I was thinking more about `quarkus.kubernetes.env.optionally-mapping.foo.[with-key|from-configmap|from-secret]` but we certainly could go with...
> Overall about the dynamic configuration and unification, what is a very good idea IMO, just few points / tech details (other than the comments): > > 1. The `DependentResourceConfigurator`...
Superseded by #1532
I already approved itβ¦ π
The only question that remains is whether we should merge it in `main` or `next`β¦
Thank you!
All of this sounds reasonable. π
There's an HTTP client independent interceptor interface in Fabric8 6: https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/http/Interceptor.java
Hi @derlin, that's an interesting use case! Let me first make sure I understand your problem correctly: I guess you're writing an operator reconciling `ExternalSecret` resources, correct? And you want...
> @metacosm thank you for the quick reply :) > > Let me be more precise with my actual use case, which is to provision external databases. > > **description**...