Skip to content

Commit

Permalink
Correct metadata-enrichment annotation prefix (#3273) (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
0sewa0 committed Jun 12, 2024
1 parent 37320f1 commit 92f4fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (

EmptyConnectionInfoReason = "EmptyConnectionInfo"

MetadataEnrichmentPrefix = "metrics-enrichment"
MetadataEnrichmentPrefix = "metadata-enrichment"
// AnnotationMetadataEnrichmentInject can be set at pod level to enable/disable metadata-enrichment injection.
AnnotationMetadataEnrichmentInject = MetadataEnrichmentPrefix + ".dynatrace.com/inject"
AnnotationMetadataEnrichmentInjected = MetadataEnrichmentPrefix + ".dynatrace.com/injected"
Expand Down

0 comments on commit 92f4fdb

Please sign in to comment.