Skip to content

Commit

Permalink
Use /opt/volatile-template for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorenor authored and wgalanciak committed Apr 2, 2024
1 parent fde4f7c commit 00b134d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/live/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ spec:
- mountPath: /tmp
name: codetogether-tmp
{{- if .Values.favicon.enabled }}
- mountPath: /run/volatile/nginx/favicon.ico
- mountPath: /opt/volatile-template/nginx/favicon.ico
name: favicon-volume
subPath: favicon.ico
{{- end }}
{{- else if .Values.favicon.enabled }}
volumeMounts:
- mountPath: /run/volatile/nginx/favicon.ico
- mountPath: /opt/volatile-template/nginx/favicon.ico
name: favicon-volume
subPath: favicon.ico
{{- end }}
Expand Down

0 comments on commit 00b134d

Please sign in to comment.