Skip to content

Commit

Permalink
fix MantleBackupConfig's finalizer name
Browse files Browse the repository at this point in the history
Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
  • Loading branch information
ushitora-anqou committed Sep 19, 2024
1 parent 031a953 commit 2be87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/mantlebackupconfig_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
MantleBackupConfigFinalizerName = "mantle.cybozu.io/mbc-finalizer"
MantleBackupConfigFinalizerName = "mantlebackupconfig.mantle.cybozu.io/finalizer"
MantleBackupConfigCronJobNamePrefix = "mbc-"
)

Expand Down

0 comments on commit 2be87e3

Please sign in to comment.