Calamari icon indicating copy to clipboard operation
Calamari copied to clipboard

Fix an issue where kubectl wasn't setup for manifest reporting

Open APErebus opened this issue 11 months ago • 0 comments

When doing ConfigMap/script style k8s deployments, the kubectl wasn't set up so would use the fallback resource list

image

We now just make sure kubectl is setup before we try and retrieve the api resources.

Also updated the Autofac registration to be single instance (as we only have one lifetime scope for a Calamari run

APErebus avatar Jan 23 '25 00:01 APErebus