Skip to content

Commit

Permalink
update docs to note the use of KubeNodes with the uds/generated label
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <[email protected]>
  • Loading branch information
catsby committed Dec 13, 2024
1 parent b0d27d9 commit 024b587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pepr/operator/controllers/network/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function generate(namespace: string, policy: Allow): kind.NetworkPolicy {
};
}

// Add the generated policy label (used to track KubeAPI policies)
// Add the generated policy label (used to track KubeAPI and KubeNodes policies)
if (policy.remoteGenerated) {
generated.metadata!.labels!["uds/generated"] = policy.remoteGenerated;
}
Expand Down

0 comments on commit 024b587

Please sign in to comment.