Skip to content

Commit

Permalink
helm: use . to run entrypoint to solve permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Aug 10, 2023
1 parent d568dda commit cfa5590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/sefaria-project/templates/rollout/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
image: "{{ .Values.nginx.containerImage.imageRegistry }}:{{ .Values.nginx.containerImage.tag }}"
imagePullPolicy: Always
command:
- /entrypoint.sh
- "./entrypoint.sh"
ports:
- containerPort: 80
- containerPort: 443
Expand Down

0 comments on commit cfa5590

Please sign in to comment.