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 456db25 commit 9a36ff0Copy full SHA for 9a36ff0
charts/kube-reqsizer/templates/deployment.yaml
@@ -46,7 +46,10 @@ spec:
46
port: 8081
47
initialDelaySeconds: 5
48
periodSeconds: 10
49
- resources: {{- toYaml .Values.controllerManager.manager.resources | nindent 10 }}
+ {{- with .Values.controllerManager.manager.resources }}
50
+ resources:
51
+ {{- toYaml . | nindent 12 }}
52
+ {{- end }}}
53
securityContext:
54
allowPrivilegeEscalation: false
55
# - args:
0 commit comments