Remove step-down preStop (#31)

This commit is contained in:
Jason O'Donnell 2019-08-21 17:34:31 -04:00 committed by GitHub
parent e99b03855c
commit a6c17ed48a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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