Skip to content

Commit 5b6cda2

Browse files
Resume stash backupconfigs currently (#1565)
Signed-off-by: Arnob kumar saha <[email protected]>
1 parent 0a4e17c commit 5b6cda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/lib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func ResumeBackupConfiguration(KBClient client.Client, stashClient scs.StashV1be
349349
kubeStashConditions := make([]kmapi.Condition, 0)
350350
var err error
351351

352-
if kubeStashOperatorExist(KBClient) {
352+
if stashOperatorExist(KBClient) {
353353
stashConditions, err = resumeStashBackupConfiguration(stashClient, pausedBackups, opsGeneration)
354354
if err != nil {
355355
return nil, err

0 commit comments

Comments
 (0)