Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request vitessio#5115 from nozzle/delete-sock-lock
Browse files Browse the repository at this point in the history
helm: delete mysql.sock.lock in init container
  • Loading branch information
derekperkins authored Aug 20, 2019
2 parents 6684246 + ecc2e8b commit 4441b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/vitess/templates/_vttablet.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ spec:

# remove the old socket file if it is still around
rm -f /vtdataroot/tabletdata/mysql.sock
rm -f /vtdataroot/tabletdata/mysql.sock.lock

{{- end -}}

Expand Down

0 comments on commit 4441b0a

Please sign in to comment.