Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
pass parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed May 27, 2024
1 parent 4fb54f7 commit e34a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/backup_restore/restore/restore_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _rollback_volumes(self, app_name: str):
continue

# Process ix_volumes
ix_volumes_dataset = self.chart_info.get_ix_volumes_dataset()
ix_volumes_dataset = self.chart_info.get_ix_volumes_dataset(app_name)
if ix_volumes_dataset:
snapshot = f"{ix_volumes_dataset}@{self.snapshot_name}"
if self.snapshot_manager.snapshot_exists(snapshot):
Expand Down

0 comments on commit e34a20d

Please sign in to comment.