-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.14.0
-
None
-
Low
-
No
-
False
-
Description of problem:
When you delete the ClusterCSIDriver object, secrets-store-csi-driver-operator should delete the resources it created here: https://github.com/openshift/secrets-store-csi-driver-operator/blob/5f9e5a6baa68ba46d99e3a80b7f3bf02873ce663/pkg/operator/starter.go#L72-L78
Version-Release number of selected component (if applicable):
4.14
How reproducible:
always
Steps to Reproduce:
1. Install Secrets Store CSI Driver Operator and create a ClusterCSIDriver 2. Observe the DaemonSet, CSIDriver, ClusterRole's, and ClusterRoleBindings created 3. Delete the ClusterCSIDriver
Actual results:
resources do not get cleaned up
Expected results:
resources should be deleted
Additional info: