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 4f3ee1f commit 2e1f646Copy full SHA for 2e1f646
charts/kube-reqsizer/templates/deployment.yaml
@@ -26,6 +26,8 @@ spec:
26
- --sample-size={{.Values.sampleSize}}
27
- --min-seconds={{.Values.minSeconds}}
28
- --zap-log-level={{.Values.logLevel}}
29
+ resources:
30
+ {{- toYaml .Values.controllerManager.manager.resources | nindent 10 }}
31
command:
32
- /manager
33
env:
@@ -46,10 +48,6 @@ spec:
46
48
port: 8081
47
49
initialDelaySeconds: 5
50
periodSeconds: 10
- {{- with .Values.controllerManager.manager.resources }}
- resources:
51
- {{- toYaml . | nindent 10 }}
52
- {{- end }}}
53
securityContext:
54
allowPrivilegeEscalation: false
55
# - args:
0 commit comments