Skip to content

Commit

Permalink
make sure volumesnapshot is disabled (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Mar 29, 2024
1 parent a30050e commit 824e810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conductor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions conductor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,7 @@ async fn init_cloud_perms(
inherit_from_iam_role: Some(true),
..Default::default()
}),
// TODO: disbale volumesnapshots for now
// volume_snapshot,
volume_snapshot,
..Default::default()
};

Expand Down

0 comments on commit 824e810

Please sign in to comment.