i have helm chart installed in k8s cluster how can i get all raw files without rendering values
Hi @sittilo
helm pull <chart> —untar would pull and uncompress the chart for you.
Is that what you‘re looking for?
Hi @sittilo,
I think you want to use helm template ., which turns all the templates into plain Kubernetes YAML without installing anything to the cluster.