clarify that the value is base64 encoded
Co-authored-by: Rey Lejano <rlejano@gmail.com>
This commit is contained in:
@@ -177,7 +177,7 @@ kubectl get pods --selector=app=cassandra -o \
|
|||||||
kubectl get configmap myconfig \
|
kubectl get configmap myconfig \
|
||||||
-o jsonpath='{.data.ca\.crt}'
|
-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"}}'
|
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
|
# Get all worker nodes (use a selector to exclude results that have a label
|
||||||
|
|||||||
Reference in New Issue
Block a user