Skip to content

Commit

Permalink
add to a subpath instead of overwriting the compelete directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan committed Jan 16, 2025
1 parent 69cb03e commit 6f7d4aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/opencost/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ spec:
{{- end }}
{{- if .Values.opencost.ui.enabled }}
- name: nginx-conf
mountPath: /etc/nginx/conf.d/
mountPath: /etc/nginx/conf.d/default.nginx.conf
subPath: default.nginx.conf
{{- end }}
{{- end }}
{{- with .Values.opencost.extraContainers }}
Expand Down

0 comments on commit 6f7d4aa

Please sign in to comment.