Skip to content

Commit 0aeb1d9

Browse files
committed
try
Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
1 parent 90adab3 commit 0aeb1d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/replication.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (s *SecondaryServer) CreateOrUpdateMantleBackup(
182182
}
183183

184184
backup.Finalizers = backupReceived.Finalizers
185-
backup.Annotations = backupReceived.Annotations
185+
// backup.Annotations = backupReceived.Annotations
186186
backup.Labels = backupReceived.Labels
187187
backup.Spec = backupReceived.Spec
188188
return nil

0 commit comments

Comments
 (0)