Vinay Donthula
05/26/2023, 7:16 AMPrashant Shahi
05/26/2023, 11:48 AMkubectl get -n platform pvc -o=name | xargs kubectl patch \
-n platform \
-p '{"metadata":{"finalizers":[]}}' --type=merge
platform
with your custom namespaceVinay Donthula
05/26/2023, 12:42 PM