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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: temperature-fetcher
|
- name: temperature-fetcher
|
||||||
|
terminationMessagePath: "/sqlite-data/termination.log"
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue