Add option to force drop database before restore (#1639)

This commit is contained in:
Hao Liu
2023-11-27 12:52:07 -06:00
committed by GitHub
parent a9245454a4
commit 0f0ff32bf6
3 changed files with 33 additions and 0 deletions

View File

@@ -121,6 +121,10 @@ spec:
description: Maintain some of the recommended `app.kubernetes.io/*` labels on the resource (self)
type: boolean
default: true
force_drop_db:
description: Force drop the database before restoring. USE WITH CAUTION!
type: boolean
default: false
status:
type: object
x-kubernetes-preserve-unknown-fields: true