Skip to content

Commit 00b134d

Browse files
nmorenorwgalanciak
authored andcommitted
Use /opt/volatile-template for favicon
1 parent fde4f7c commit 00b134d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/live/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ spec:
214214
- mountPath: /tmp
215215
name: codetogether-tmp
216216
{{- if .Values.favicon.enabled }}
217-
- mountPath: /run/volatile/nginx/favicon.ico
217+
- mountPath: /opt/volatile-template/nginx/favicon.ico
218218
name: favicon-volume
219219
subPath: favicon.ico
220220
{{- end }}
221221
{{- else if .Values.favicon.enabled }}
222222
volumeMounts:
223-
- mountPath: /run/volatile/nginx/favicon.ico
223+
- mountPath: /opt/volatile-template/nginx/favicon.ico
224224
name: favicon-volume
225225
subPath: favicon.ico
226226
{{- end }}

0 commit comments

Comments
 (0)