Skip to content

Commit f3d13a8

Browse files
committed
Bug 34855542 - WRONG DELETE PAYLOAD DEFINITION IN THE PDB CONTROLLER
1 parent 1c63dfd commit f3d13a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/database/pdb_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ func (r *PDBReconciler) deletePDBInstance(req ctrl.Request, ctx context.Context,
11211121
}
11221122

11231123
values := map[string]string{
1124-
"method": "DELETE",
1124+
"action": "KEEP",
11251125
"getScript": strconv.FormatBool(*(pdb.Spec.GetScript))}
11261126

11271127
if pdb.Spec.DropAction != "" {

0 commit comments

Comments
 (0)