Skip to content

Commit ce184e7

Browse files
committed
fix: manager entrypoint
ko currently hardcodes it to `/ko-app/cmd` Signed-off-by: Tom Plant <[email protected]>
1 parent 98a8766 commit ce184e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
type: RuntimeDefault
5151
containers:
5252
- command:
53-
- /manager
53+
- /ko-app/cmd
5454
args:
5555
- --leader-elect
5656
- --health-probe-bind-address=:8081

0 commit comments

Comments
 (0)