Skip to content

Commit

Permalink
fix: manager entrypoint
Browse files Browse the repository at this point in the history
ko currently hardcodes it to `/ko-app/cmd`

Signed-off-by: Tom Plant <[email protected]>
  • Loading branch information
pl4nty committed Jul 28, 2024
1 parent 98a8766 commit ce184e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
type: RuntimeDefault
containers:
- command:
- /manager
- /ko-app/cmd
args:
- --leader-elect
- --health-probe-bind-address=:8081
Expand Down

0 comments on commit ce184e7

Please sign in to comment.