Skip to content

Commit 2e1f646

Browse files
committed
✏️ typo
modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent 4f3ee1f commit 2e1f646

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ spec:
2626
- --sample-size={{.Values.sampleSize}}
2727
- --min-seconds={{.Values.minSeconds}}
2828
- --zap-log-level={{.Values.logLevel}}
29+
resources:
30+
{{- toYaml .Values.controllerManager.manager.resources | nindent 10 }}
2931
command:
3032
- /manager
3133
env:
@@ -46,10 +48,6 @@ spec:
4648
port: 8081
4749
initialDelaySeconds: 5
4850
periodSeconds: 10
49-
{{- with .Values.controllerManager.manager.resources }}
50-
resources:
51-
{{- toYaml . | nindent 10 }}
52-
{{- end }}}
5351
securityContext:
5452
allowPrivilegeEscalation: false
5553
# - args:

0 commit comments

Comments
 (0)