Skip to content

Instantly share code, notes, and snippets.

@JuanRamino
Created November 3, 2021 08:24
Show Gist options
  • Save JuanRamino/55d571e2d17145df52b35c1a39d4997f to your computer and use it in GitHub Desktop.
Save JuanRamino/55d571e2d17145df52b35c1a39d4997f to your computer and use it in GitHub Desktop.

HELM COOKBOOK

GET HELM SECRET

kubectl get secret sh.helm.release.v1.<release>.v1 -o jsonpath="{ .data.release }" | base64 -d | base64 -d | gunzip -c | jq '.chart.templates[].data' | tr -d '"' | base64 -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment