View All Tags

Kubernetes

Query Helm Chart Resources Using JSON

Deploying a Helm chart to Kubernetes just to query resources is time consuming. It's possible to directly query a Helm chart using JSON with this simple trick.

Helm piped through jq

Happy querying!