Skip to content

Commit dd9061e

Browse files
stemidreylejano
andauthored
clarify that the value is base64 encoded
Co-authored-by: Rey Lejano <[email protected]>
1 parent 95dd0b3 commit dd9061e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ kubectl get pods --selector=app=cassandra -o \
177177
kubectl get configmap myconfig \
178178
-o jsonpath='{.data.ca\.crt}'
179179

180-
# Retrieve a value with dashes instead of underscores.
180+
# Retrieve a base64 encoded value with dashes instead of underscores.
181181
kubectl get secret my-secret --template='{{index .data "key-name-with-dashes"}}'
182182

183183
# Get all worker nodes (use a selector to exclude results that have a label

0 commit comments

Comments
 (0)