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