Output of helm version: v3.0.0-alpha.2
Output of kubectl version:v1.14.0
helm uninstall without delete pvc?โโโ Chart.yaml
โโโ README.md
โโโ templates
โ โโโ NOTES.txt
โ โโโ _helpers.tpl
โ โโโ configmap.yaml
โ โโโ deployment.yaml
โ โโโ ingress.yaml
โ โโโ pvc.yaml
โ โโโ service.yaml
โ โโโ serviceaccount.yaml
โโโ values.yaml
pv which is released status when I have deleted pvc with cammand helm uninstall?if you use this annotation on the PVC, it will skip deleting the resource on uninstall. I think it has been retained from v2
helm.sh/resource-policy: "keep"
Docs: https://helm.sh/docs/charts_tips_and_tricks/#tell-tiller-not-to-delete-a-resource
Source code In dev-v3
Most helpful comment
if you use this annotation on the PVC, it will skip deleting the resource on uninstall. I think it has been retained from v2
Docs: https://helm.sh/docs/charts_tips_and_tricks/#tell-tiller-not-to-delete-a-resource
Source code In dev-v3