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 f9dafee commit f42f613Copy full SHA for f42f613
kube-reqsizer/templates/deployment.yaml
@@ -36,6 +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}}
41
command:
42
- /manager
43
env:
kube-reqsizer/values.yaml
@@ -1,3 +1,6 @@
1
+sampleSize: 1
2
+enabledAnnotation: false
3
+
4
controllerManager:
5
kubeRbacProxy:
6
image:
0 commit comments