Josh Wright
Josh Wright
It would be great to see a clean solution for this. I'm currently using Pester 5.1.1 and the following workaround: `(Get-CustomThing).GetType().Name | Should -Be "MyCustomeType"`
Thanks @minhnn-hodfords, I had a similar issue with KEDA on AKS. AKS seemed to be added a few things in and this resolved the sync issue for me: ```yaml syncOptions:...
This is especially annoying that the components are scoped to their individual apps and they still cause this error. For example component01 is scoped to app01, but an error in...
Are there any plans to work on this? It is quite problematic for us that the Dapr sidecar is in the Ready state after failing to load components. This leaves...