We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bf33d commit 8c0b197Copy full SHA for 8c0b197
charts/kube-reqsizer/templates/deployment.yaml
@@ -36,8 +36,8 @@ spec:
36
- --health-probe-bind-address=:8081
37
- --metrics-bind-address=127.0.0.1:8080
38
- --leader-elect
39
- - -annotation-filter={{.Values.enabledAnnotation}}
40
- - -sample-size={{.Values.sampleSize}}
+ - --annotation-filter={{.Values.enabledAnnotation}}
+ - --sample-size={{.Values.sampleSize}}
41
command:
42
- /manager
43
env:
0 commit comments