Skip to content

Commit

Permalink
Fixes #11524 (#11890)
Browse files Browse the repository at this point in the history
Fixes #11254 

Signed-off-by: Shashank <[email protected]>
  • Loading branch information
moki1202 authored Jan 22, 2024
1 parent 86bca9b commit 4a77eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaeger/injector/mutator/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const tpl = `[
"path": "/spec/{{.ProxyPath}}/volumeMounts/-",
"value": {
"mountPath": "var/run/linkerd/podinfo",
"name": "podinfo"
"name": "linkerd-podinfo"
}
},
{
Expand All @@ -52,7 +52,7 @@ const tpl = `[
}
]
},
"name": "podinfo"
"name": "linkerd-podinfo"
}
}
]`

0 comments on commit 4a77eb6

Please sign in to comment.