From a6c17ed48a76ed2be1c8e35eef2dc7951aeb95e9 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 21 Aug 2019 17:34:31 -0400 Subject: [PATCH] Remove step-down preStop (#31) --- templates/server-statefulset.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/server-statefulset.yaml b/templates/server-statefulset.yaml index 9f839b05c..ed1639a58 100644 --- a/templates/server-statefulset.yaml +++ b/templates/server-statefulset.yaml @@ -68,10 +68,6 @@ spec: {{- include "vault.extraSecretEnvironmentVars" .Values.server | nindent 12 }} volumeMounts: {{ template "vault.mounts" . }} - lifecycle: - preStop: - exec: - command: ["vault", "step-down"] ports: - containerPort: 8200 name: http