79311647

Date: 2024-12-27 11:16:19
Score: 1
Natty:
Report link

Every time I need to do this I come across this answer and every time I can't find what I need so I just leave this for you and future me:

kubectl get secrets -o json | jq '.items[] | {name: .metadata.name,data: .data|map_values(@base64d)}' | grep <what-are-you-lookng-for> -C 5
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: trckster