We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde4f7c commit 00b134dCopy full SHA for 00b134d
1 file changed
charts/live/templates/deployment.yaml
@@ -214,13 +214,13 @@ spec:
214
- mountPath: /tmp
215
name: codetogether-tmp
216
{{- if .Values.favicon.enabled }}
217
- - mountPath: /run/volatile/nginx/favicon.ico
+ - mountPath: /opt/volatile-template/nginx/favicon.ico
218
name: favicon-volume
219
subPath: favicon.ico
220
{{- end }}
221
{{- else if .Values.favicon.enabled }}
222
volumeMounts:
223
224
225
226
0 commit comments