Skip to content

Commit

Permalink
Update src/pepr/operator/controllers/network/generators/kubeNodes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Nagel <[email protected]>
  • Loading branch information
catsby and mjnagel authored Dec 20, 2024
1 parent 2362cc7 commit f40bcb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export async function initAllNodesTarget() {
for (const nodeCidr of nodeCidrs) {
nodeSet.add(nodeCidr);
}
await updateKubeNodesNetworkPolicies();
return;
}

Expand Down

0 comments on commit f40bcb7

Please sign in to comment.