Skip to content

Commit b3bf5d5

Browse files
committed
Merge branch 'mmalvezz' into 'master'
Bug 34855542 - WRONG DELETE PAYLOAD DEFINITION IN THE PDB CONTROLLER See merge request rac-docker-dev/oracle-database-operator!233
2 parents 1c63dfd + f3d13a8 commit b3bf5d5

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)