Skip to content

Commit ad21600

Browse files
Fix nginx controller build/test
1 parent 79a87dc commit ad21600

File tree

1 file changed

+2
-2
lines changed
  • containers/images/nginx-ingress-controller

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Set entrypoint to empty string to allow running /bin/bash for tests
2-
ENTRYPOINT_CMD="--entrypoint="
1+
# Set entrypoint to /bin/bash to keep container running for tests
2+
ENTRYPOINT_CMD="--entrypoint=/bin/bash"

0 commit comments

Comments
 (0)