79335143

Date: 2025-01-07 07:19:36
Score: 1
Natty:
Report link

in case you need the keys when using kubectl combined with jsonpath=, a workaround could be to have jq filter the keys only.

kubectl get secret my_secret --no-headers -o jsonpath='{.data}' | jq 'keys'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: patrickl