Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 10, 2024
1 parent d0af006 commit 814d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kotsadmsnapshot/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func getInfrastructureInstanceBackupSpec(ctx context.Context, k8sClient kubernet
// defined both a backup and restore custom resource (improved DR).
func getAppInstanceBackupSpec(k8sClient kubernetes.Interface, metadata instanceBackupMetadata) (*velerov1.Backup, error) {
// TODO(improveddr): remove this once we have fully implemented the improved DR
if os.Getenv("ENABLE_IMPROVED_DR") == "true" {
if os.Getenv("ENABLE_IMPROVED_DR") != "true" {
return nil, nil
}

Expand Down

0 comments on commit 814d32c

Please sign in to comment.