From 51eee83b1a40a7c11c13d6268ac6d56340425f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=28=EC=9D=B4=EB=B0=98=29=20Porta?= Date: Tue, 22 Oct 2024 15:56:15 +0200 Subject: [PATCH] Add missing \ --- .../tasks/automatically-rotating-webhook-tls-credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkerd.io/content/2-edge/tasks/automatically-rotating-webhook-tls-credentials.md b/linkerd.io/content/2-edge/tasks/automatically-rotating-webhook-tls-credentials.md index db5ab64b06..9e34336437 100644 --- a/linkerd.io/content/2-edge/tasks/automatically-rotating-webhook-tls-credentials.md +++ b/linkerd.io/content/2-edge/tasks/automatically-rotating-webhook-tls-credentials.md @@ -282,7 +282,7 @@ linkerd viz install \ | kubectl apply -f - # ignore if not using the jaeger extension -linkerd jaeger install +linkerd jaeger install \ --set webhook.externalSecret=true \ --set-file webhook.caBundle=ca.crt \ | kubectl apply -f -