File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments