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 95dd0b3 commit dd9061eCopy full SHA for dd9061e
content/en/docs/reference/kubectl/cheatsheet.md
@@ -177,7 +177,7 @@ kubectl get pods --selector=app=cassandra -o \
177
kubectl get configmap myconfig \
178
-o jsonpath='{.data.ca\.crt}'
179
180
-# Retrieve a value with dashes instead of underscores.
+# Retrieve a base64 encoded value with dashes instead of underscores.
181
kubectl get secret my-secret --template='{{index .data "key-name-with-dashes"}}'
182
183
# Get all worker nodes (use a selector to exclude results that have a label
0 commit comments