Skip to content

Commit 08af1a1

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 9ce9795 commit 08af1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/instrumentation/podmutator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func (pm *instPodMutator) Mutate(ctx context.Context, ns corev1.Namespace, pod c
396396
return pod, err
397397
}
398398

399-
if err := pm.validateInstrumentations(ctx, insts, pod.Namespace); err != nil {
399+
if err = pm.validateInstrumentations(ctx, insts, pod.Namespace); err != nil {
400400
return pod, err
401401
}
402402

0 commit comments

Comments
 (0)