Skip to content

Commit 34b8760

Browse files
authored
manifests: remove command parameter from container (#33)
1 parent e0f76b5 commit 34b8760

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ spec:
6767
# seccompProfile:
6868
# type: RuntimeDefault
6969
containers:
70-
- command:
71-
- /manager
72-
args:
70+
- args:
7371
- --leader-elect
7472
- --feature-gates=ClusterTopology=${ClusterTopology:=false}
7573
- "--metrics-bind-address=localhost:8080"

0 commit comments

Comments
 (0)