Merge "etcd chart: anchor pre_stop remove bashism"

This commit is contained in:
Zuul 2020-02-19 02:40:58 +00:00 committed by Gerrit Code Review
commit c83f7b8a3e
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}