diff --git a/charts/etcd/templates/bin/_pre_stop.tpl b/charts/etcd/templates/bin/_pre_stop.tpl index f455b32d..230be86e 100644 --- a/charts/etcd/templates/bin/_pre_stop.tpl +++ b/charts/etcd/templates/bin/_pre_stop.tpl @@ -15,7 +15,7 @@ set -ex -function cleanup_host { +cleanup_host () { rm -f $MANIFEST_PATH rm -rf /etcd-etc/tls/ {{- if .Values.etcd.cleanup_data }}