diff --git a/src/pepr/operator/controllers/network/generate.ts b/src/pepr/operator/controllers/network/generate.ts index f13e83ff1..dac04064c 100644 --- a/src/pepr/operator/controllers/network/generate.ts +++ b/src/pepr/operator/controllers/network/generate.ts @@ -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; }