Skip to content

Commit f4d3068

Browse files
authored
Update standalone-tls.mdx (#8685)
little typo when decoding the kube CA
1 parent f868e23 commit f4d3068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/platform/k8s/helm/examples/standalone-tls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ TMPDIR=/tmp
128128
3. Retrieve Kubernetes CA.
129129

130130
```bash
131-
kubectl config view --raw --minify --flatten -o jsonpath='{.clusters[].cluster.certificate-authority-data}' | base64 -D > ${TMPDIR}/vault.ca
131+
kubectl config view --raw --minify --flatten -o jsonpath='{.clusters[].cluster.certificate-authority-data}' | base64 -d > ${TMPDIR}/vault.ca
132132
```
133133

134134
3. Store the key, cert, and Kubernetes CA into Kubernetes secrets.

0 commit comments

Comments
 (0)