Skip to content

Commit d2cb81a

Browse files
committed
helm: change mount to config
1 parent 563a400 commit d2cb81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
{{- end }}
145145
env:
146146
- name: INTERSECT_SERVICE_CONFIG
147-
value: {{ .Values.intersectConfig.filename | default "/app/config.yaml" | quote }}
147+
value: {{ .Values.intersectConfig.filename | default "/config/config.yaml" | quote }}
148148
{{- if .Values.dashboardService.extraEnvVars }}
149149
{{- include "common.tplvalues.render" (dict "value" .Values.dashboardService.extraEnvVars "context" $) | nindent 12 }}
150150
{{- end }}
@@ -176,7 +176,7 @@ spec:
176176
{{- end }}
177177
volumeMounts:
178178
- name: intersect-config
179-
mountPath: /app/
179+
mountPath: /config/
180180
- name: shared-volume
181181
mountPath: {{ .Values.volumeMount.dashboardServicePath | quote }}
182182
{{- if .Values.dashboardService.extraVolumeMounts }}

0 commit comments

Comments
 (0)