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 8e2d72c commit 216f629Copy full SHA for 216f629
charts/kube-reqsizer/templates/deployment.yaml
@@ -18,14 +18,14 @@ spec:
18
{{- include "kube-reqsizer.selectorLabels" . | nindent 8 }}
19
spec:
20
containers:
21
- - args:
+ # - args:
22
# - --health-probe-bind-address=:8081
23
# - --metrics-bind-address=127.0.0.1:8080
24
# - --leader-elect
25
- --annotation-filter={{.Values.enabledAnnotation}}
26
- --sample-size={{.Values.sampleSize}}
27
- - --zap-log-level=debug
28
- - --zap-stacktrace-level=info
+ # - --zap-log-level=debug
+ # - --zap-stacktrace-level=info
29
command:
30
- /manager
31
env:
0 commit comments