website
website copied to clipboard
Fix typo in the "Distributed tracing with Linkerd" page
It's treating the config as a string rather than as an object.
@GTRekter i believe you'll need to amend your commit and add a DCO (developer certificate of origin) described here.
you can run something like:
git amend --signoff --no-edit && git push --force-with-lease
from your branch to push a new, amended commit.
I think this needs to be fixed in 2-edge also.
Now that the 2.18 docs are merged, we'll need to fix this in the 2.18 section as well.
i've opened https://github.com/linkerd/website/pull/1961 to carry this over the finish line.