Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kong] remove default controller binary arg
Remove the hard-coded /kong-ingress-controller arg from the controller container arguments. This argument is no longer correct as of 2.0, where the binary is instead /manager. It is apparently ignored. Removing it does not interfere with normal start or configured arguments This argument appears unnecessary for older versions of the controller. We've had /kong-ingress-controller or /manager as our entrypoint since we created the Dockerfile, so it's always invoked anyway. Removing this arg allows for alternative images that do not use the contorller binary and whose binary /is/ confused by the extra argument (namely Delve-based images).
- Loading branch information