Hi Team, I have been using Fleet for CD and have created a git repo to monitor. I have added my k8s resource yamls files and have observed that they did get deployed into my k8s cluster. But in the UI, I see 2 of my deployments in Orphaned state. But on my k8s cluster, when I do kubeclt get deployment I see that the deployment is up and running -
[opc@wls0701-admin ~]$ k get deploy -n hello-helidon
NAME READY UP-TO-DATE AVAILABLE AGE
hello-helidon-deployment 1/1 1 1 23h
hello-helidon-deployment-v2 1/1 1 1 23h
Due to this the cluster ready state is 0/1. Why does the deployment show as orphaned state ?