Skip to content

Commit

Permalink
remove is_azure
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin committed Oct 30, 2024
1 parent 4db209f commit 4dd2a0b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions conductor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,19 +563,6 @@ async fn run(metrics: CustomMetrics) -> Result<(), ConductorError> {
.await?;
}

if is_azure {
info!(
"{}: Deleting Azure storage workload identity binding",
read_msg.msg_id
);
delete_azure_storage_workload_identity_binding(
&azure_subscription_id,
&azure_resource_group_prefix,
&namespace,
)
.await?;
}

if is_azure {
info!(
"{}: Deleting Azure storage workload identity binding",
Expand Down

0 comments on commit 4dd2a0b

Please sign in to comment.