79468154

Date: 2025-02-25 23:55:16
Score: 1.5
Natty:
Report link

Quick aside - no need for the "tr" to delete quotes, just use jq -r instead, so:

SECRET_NAME="sh.helm.release.v1.msgbox-lucy.v5"

kubectl get secret $SECRET_NAME -o json | jq -r .data.release
| base64 -d | base64 -d | gzip -d
| jq '.chart.metadata'

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Andre Beaud