File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
charts/core-dump-handler/templates Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 14
14
containers :
15
15
- name : coredump-container
16
16
image : {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
17
+ imagePullPolicy : {{ .Values.image.pullPolicy }}
17
18
resources :
18
19
requests :
19
20
memory : {{ .Values.image.request_mem }}
30
31
- name : core-volume
31
32
mountPath : {{ .Values.daemonset.coreDirectory }}
32
33
mountPropagation : Bidirectional
33
- {{- if .Values.composer.events }}
34
+ {{- if .Values.composer.coreEvents }}
34
35
- name : event-volume
35
36
mountPath : {{ .Values.daemonset.eventDirectory }}
36
37
mountPropagation : Bidirectional
@@ -134,6 +135,11 @@ spec:
134
135
- name : core-volume
135
136
persistentVolumeClaim :
136
137
claimName : core-storage-pvc
138
+ {{- if .Values.composer.coreEvents }}
139
+ - name : event-volume
140
+ persistentVolumeClaim :
141
+ claimName : event-storage-pvc
142
+ {{- end }}
137
143
{{- if .Values.daemonset.mountContainerRuntimeEndpoint }}
138
144
- name : container-runtime
139
145
hostPath :
You can’t perform that action at this time.
0 commit comments