Is your feature request related to a problem? Please describe.
I would like to use kor for unused resources discovery, and we extensively use argo workflow related definitions. In the argo workflow WorkflowTemplate CRDs, it could reference secret, configmap, pvc. By nature, WorkflowTemplate will spawn Workflow object, which will use the template to spawn the pods. Therefore, there could be a lot of false alarms generated.
Describe the solution you'd like
I would like to embed the WorkflowTemplate reference check in commonly used CRDs like Secret, PersistentVolumeClaim, ConfigMap, etc.
Describe alternatives you've considered
N/A
Additional context
N/A
Thanks for this awesome project, and I'm open to contribute if necessary :)
Is your feature request related to a problem? Please describe.
I would like to use kor for unused resources discovery, and we extensively use argo workflow related definitions. In the argo workflow WorkflowTemplate CRDs, it could reference secret, configmap, pvc. By nature, WorkflowTemplate will spawn Workflow object, which will use the template to spawn the pods. Therefore, there could be a lot of false alarms generated.
Describe the solution you'd like
I would like to embed the WorkflowTemplate reference check in commonly used CRDs like Secret, PersistentVolumeClaim, ConfigMap, etc.
Describe alternatives you've considered
N/A
Additional context
N/A
Thanks for this awesome project, and I'm open to contribute if necessary :)