Skip to content

Commit 8c0b197

Browse files
committed
🐛 fix
modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent d9bf33d commit 8c0b197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ spec:
3636
- --health-probe-bind-address=:8081
3737
- --metrics-bind-address=127.0.0.1:8080
3838
- --leader-elect
39-
- -annotation-filter={{.Values.enabledAnnotation}}
40-
- -sample-size={{.Values.sampleSize}}
39+
- --annotation-filter={{.Values.enabledAnnotation}}
40+
- --sample-size={{.Values.sampleSize}}
4141
command:
4242
- /manager
4343
env:

0 commit comments

Comments
 (0)