Skip to content

Commit

Permalink
helm: delete mysql.sock.lock in init container
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Perkins <[email protected]>
  • Loading branch information
derekperkins committed Aug 20, 2019
1 parent 6684246 commit ecc2e8b
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 ecc2e8b

Please sign in to comment.