We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a108fb9 + 1b1d5e9 commit ced618dCopy full SHA for ced618d
articles/azure-arc/kubernetes/cluster-connect.md
@@ -186,7 +186,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
186
```
187
188
```console
189
- TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\\\n/g')
+ TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\n/g')
190
191
1. Get the token to output to console
192
0 commit comments