Skip to content

Commit

Permalink
Remove step-down preStop (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored Aug 21, 2019
1 parent e99b038 commit a6c17ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/server-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6c17ed

Please sign in to comment.