We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259d2cd commit bd3e335Copy full SHA for bd3e335
1 file changed
pkg/linkerd/linkerd.go
@@ -828,6 +828,7 @@ func handleLinkerdWorkloadInjection(ctx context.Context, request mcp.CallToolReq
828
if config.namespaced {
829
args = append(args, "-n", namespace)
830
}
831
+
832
var patch string
833
var operation string
834
if removeAnnotation {
0 commit comments