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.
1 parent f868e23 commit f4d3068Copy full SHA for f4d3068
website/pages/docs/platform/k8s/helm/examples/standalone-tls.mdx
@@ -128,7 +128,7 @@ TMPDIR=/tmp
128
3. Retrieve Kubernetes CA.
129
130
```bash
131
- kubectl config view --raw --minify --flatten -o jsonpath='{.clusters[].cluster.certificate-authority-data}' | base64 -D > ${TMPDIR}/vault.ca
+ kubectl config view --raw --minify --flatten -o jsonpath='{.clusters[].cluster.certificate-authority-data}' | base64 -d > ${TMPDIR}/vault.ca
132
```
133
134
3. Store the key, cert, and Kubernetes CA into Kubernetes secrets.
0 commit comments