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 42fab0d commit 71748c2Copy full SHA for 71748c2
charts/kube-reqsizer/templates/deployment.yaml
@@ -48,7 +48,7 @@ spec:
48
periodSeconds: 10
49
{{- with .Values.controllerManager.manager.resources }}
50
resources:
51
- {{- toYaml . | nindent 12 }}
+ {{- toYaml . | nindent 10 }}
52
{{- end }}}
53
securityContext:
54
allowPrivilegeEscalation: false
0 commit comments