add terminationMessagePath
This commit is contained in:
parent
28497b877d
commit
a7014d91d2
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: temperature-fetcher
|
||||
terminationMessagePath: "/sqlite-data/termination.log"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
command: ["/bin/bash", "-c"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue