Explorar o código

chore(helm): delete preStop command

Rory Z %!s(int64=3) %!d(string=hai) anos
pai
achega
ad37198580
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      deploy/charts/emqx/templates/StatefulSet.yaml

+ 0 - 7
deploy/charts/emqx/templates/StatefulSet.yaml

@@ -150,13 +150,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 }}