Skip to content

Commit

Permalink
[nats helm] call natsbox entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <caleb@synadia.com>
  • Loading branch information
Caleb Lloyd committed Apr 1, 2024
1 parent 39f2242 commit b7912cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/nats/files/nats-box/deployment/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ command:
fi
{{- end }}
cd "$work_dir"
exec sh -ec "$0"
exec /entrypoint.sh sh -ec "$0"
args:
- trap true INT TERM; sleep infinity & wait
volumeMounts:
Expand Down

0 comments on commit b7912cc

Please sign in to comment.