Remove step-down preStop (#31)
This commit is contained in:
parent
e99b03855c
commit
a6c17ed48a
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue