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 }}
|
{{- include "vault.extraSecretEnvironmentVars" .Values.server | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{ template "vault.mounts" . }}
|
{{ template "vault.mounts" . }}
|
||||||
lifecycle:
|
|
||||||
preStop:
|
|
||||||
exec:
|
|
||||||
command: ["vault", "step-down"]
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8200
|
- containerPort: 8200
|
||||||
name: http
|
name: http
|
||||||
|
|
Loading…
Reference in a new issue