Merge pull request #8215 from Rory-Z/chore/delete-pre-strop

chore(helm): delete preStop command
This commit is contained in:
JianBo He 2022-06-15 13:47:10 +08:00 committed by GitHub
commit 23616be4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -214,13 +214,6 @@ spec:
initialDelaySeconds: 60
periodSeconds: 30
failureThreshold: 10
lifecycle:
preStop:
exec:
command:
- "/opt/emqx/bin/emqx_ctl"
- "cluster"
- "leave"
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}