Skip to content

Commit

Permalink
always upsert stream layer
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Feb 16, 2025
1 parent b148ae8 commit f8ff2e0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ export async function syncUnwiredStreamDefinitionObjects({
logger,
isServerless,
});
} else {
await upsertComponent({
logger,
esClient: scopedClusterClient.asCurrentUser,
component: generateUnwiredLayer(definition, isServerless),
});
}
}

Expand Down

0 comments on commit f8ff2e0

Please sign in to comment.