Skip to content

Commit 71748c2

Browse files
committed
✏️ typo
modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent 42fab0d commit 71748c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
periodSeconds: 10
4949
{{- with .Values.controllerManager.manager.resources }}
5050
resources:
51-
{{- toYaml . | nindent 12 }}
51+
{{- toYaml . | nindent 10 }}
5252
{{- end }}}
5353
securityContext:
5454
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)