clarify that the value is base64 encoded

Co-authored-by: Rey Lejano <rlejano@gmail.com>
This commit is contained in:
Stefan Midjich 2022-06-17 19:41:52 +02:00 committed by GitHub
parent 95dd0b33ab
commit dd9061e326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ kubectl get pods --selector=app=cassandra -o \
kubectl get configmap myconfig \
-o jsonpath='{.data.ca\.crt}'
# Retrieve a value with dashes instead of underscores.
# Retrieve a base64 encoded value with dashes instead of underscores.
kubectl get secret my-secret --template='{{index .data "key-name-with-dashes"}}'
# Get all worker nodes (use a selector to exclude results that have a label