Does anyone know of a clean way to delete a kubern...
# general
i
Does anyone know of a clean way to delete a kubernetes resource that wasn’t created with pulumi? My use case is this: EKS spins up with a default PodSecurityPolicy that is completely permissive. My goal is to create a custom PSP and then delete the autogenerated one, in that order. Is this a good use case for a dynamic provider?