linkerd/website

Missing \ in the automatically-rotating-webhook-tls-credentials page

Closed this issue · 1 comments

linkerd jaeger install
  --set webhook.externalSecret=true \
  --set-file webhook.caBundle=ca.crt \
  | kubectl apply -f -

this command is missing a \ at the end of the first line.

The page is https://linkerd.io/2-edge/tasks/automatically-rotating-webhook-tls-credentials/#save-the-signing-key-pair-as-a-secret

Pull Requests: #1857