Skip to content

Commit fa1c67e

Browse files
committed
chore: remove container command override
1 parent bb1f33f commit fa1c67e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ spec:
5757
containers:
5858
- name: manager
5959
image: controller:latest
60-
command:
61-
- /ko-app/manager
6260
args:
6361
- --leader-elect
6462
- --health-probe-bind-address=:8081

deploy/charts/github-token-manager/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ spec:
4545
- --health-probe-bind-address=:8081
4646
- --metrics-bind-address=127.0.0.1:8080
4747
- --leader-elect
48-
command:
49-
- /ko-app/manager
5048
{{- with $manager.env }}
5149
env:
5250
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)