Skip to content

Commit

Permalink
helm(search): fix location of entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Nov 29, 2023
1 parent 29ec9de commit 9add8a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-chart/sefaria-project/templates/rollout/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ spec:
name: nginx-conf
subPath: nginx.template.conf
readOnly: true
- mountPath: /usr/src/entrypoint.sh
name: nginx-conf
subPath: entrypoint.sh
{{- if .Values.instrumentation.enabled }}
- mountPath: /etc/nginx/opentracing.json
name: nginx-conf
Expand Down

0 comments on commit 9add8a1

Please sign in to comment.