Files
deprecated-helm-charts/stable
Igor Zibarev 6d4a4393c0 [stable/minio] Add hook-delete-policy (#2655)
* [stable/minio] Add hook-delete-policy

As known, hook resources are not managed by helm directly. In case
"helm upgrade" is run against a minio release - it would fail with an
error: "Error: pods "<release-name>-minio-create-bucket" already
exists". Also, "helm delete" command would not delete the hook pod.

So, to make this more convenient, this commit adds a "hook-delete-policy"
annotation to the hook to automatically delete hook resources on success.

References:
- https://github.com/kubernetes/helm/blob/master/docs/charts_hooks.md#hook-resources-are-not-managed-with-corresponding-releases
- https://github.com/kubernetes/helm/pull/2692

* Bump chart version
2017-11-17 22:29:05 +01:00
..
2017-11-09 18:52:46 +01:00
2017-11-14 13:15:41 -05:00
2017-11-06 21:39:41 +01:00
2017-11-06 21:38:47 +01:00
2017-09-10 21:22:50 +02:00