Skip to content

Commit

Permalink
fix:修复java-agent注入时plugin.enable格式不对 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Feb 1, 2024
1 parent 0b706c5 commit 2b2c626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/inject/pkg/kube/inject/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ func (wh *Webhook) createPatch(sidecarMode utils.SidecarMode, pod *corev1.Pod, p
WorkloadName: workloadName,
Sic: sic,
Annotations: annotations,
ExternalInfo: map[string]string{},
}

// Remove any containers previously injected by kube-inject using
Expand Down

0 comments on commit 2b2c626

Please sign in to comment.