Skip to content

Commit

Permalink
Update internal/pkg/composable/providers/kubernetes/hints.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aman Verma <[email protected]>
  • Loading branch information
gizas and devamanv authored Oct 6, 2023
1 parent d594c60 commit 463f5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/composable/providers/kubernetes/hints.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func GetHintsMapping(k8sMapping map[string]interface{}, logger *logp.Logger, pre
}

// Generates hints and processors list for specific containers
func GenerateHintsForContainer(annotations mapstr.M, parts string, prefix string) (mapstr.M, []mapstr.M) {
func GenerateHintsForContainer(annotations mapstr.M, parts, prefix string) (mapstr.M, []mapstr.M) {
hints := utils.GenerateHints(annotations, parts, prefix)
// Processors for specific container
// We need to make an extra check if we have processors added only to the specific containers
Expand Down

0 comments on commit 463f5b7

Please sign in to comment.