Skip to content

Commit

Permalink
Remove wrong key lookup for service name in k8s labels
Browse files Browse the repository at this point in the history
Issue cilium#792.
  • Loading branch information
yannikmesserli committed Mar 18, 2024
1 parent 2f18e69 commit a7433df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/domain/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class Labels {
];

public static readonly appNameNormalizedKeys = new Set([
'component',
'app',
'name',
'functionname',
Expand Down

0 comments on commit a7433df

Please sign in to comment.