Regina Voloshin

Results 21 comments of Regina Voloshin

We are also interested in this feature

For this > # Summary > Instead of re-writing the same custom health check for different CRDs, share them altogether at once, under the same key in the `ConfigMap`. >...

I started implementing this for the main config map , with only the Kind being wildcard-able. But actually it looks like for both Crossplane and GoogleConfigConnector the API Group also...

https://github.com/argoproj/argo-cd/pull/10885 Implemented with the wildcard on Resource Kind level and updated docs. Meaning, now : ```resource.customizations: | pubsub.cnrm.cloud.google.com/*: health.lua: | ... ``` can be configured. However, iam.cnrm.cloud.google.com/*, for example, will...

Ok, so basically you (and me, as I also use Crossplane :)) want all of the following examples to be configurable for the health check: ``` *.aws.crossplane.io/*: health.lua: | ......

@alexymantha I have merged your code into mine to test end to end - and now the new API on the backend side gets invoked without any changes in the...

Thank you @alexymantha for the event manifest. @alexymantha @crenshaw-dev Manual end to end tests on this PR, using the UI, passed, for both returning no events and for returning the...

Thanks for being so quick with this! Can you elaborate about the progressive sync changes?

Thanks. Let's wait for Michael's review. And I agree that only nodes are relevant for AppSet, orphan nodes are not. On Sun, Oct 1, 2023, 08:19 Alexy Mantha ***@***.***> wrote:...

@alexymantha is this waiting for a review or still in progress?