We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5415aa commit 8b39403Copy full SHA for 8b39403
scst-store/multicluster-setup.hbs.md
@@ -44,7 +44,7 @@ With your kubectl targeted at the View cluster, you can get Metadata Store's TLS
44
CA certificate.
45
46
```console
47
-MDS_CA_CERT=$(kubectl get secret -n metadata-store ingress-cert -o json | jq -r ".data.\"ca.crt\"")
+MDS_CA_CERT=$(kubectl get secret -n metadata-store ingress-cert -o json | jq -r ".data.\"ca.crt\"" | base64 -d)
48
```
49
50
### <a id='copy-ceh-ca'></a>Copy AMR CloudEvent Handler CA certificate data from the View cluster
0 commit comments