1 parent 81bbe34 commit 4af47e3Copy full SHA for 4af47e3
1 file changed
kubernetes-ingress/templates/controller-crdjob.yaml
@@ -78,6 +78,8 @@ spec:
78
command:
79
- /haproxy-ingress-controller
80
- --job-check-crd
81
+ resources:
82
+ {{- toYaml .Values.crdjob.resources | nindent 12 }}
83
{{- if .Values.controller.unprivileged }}
84
securityContext:
85
runAsNonRoot: true
@@ -93,8 +95,6 @@ spec:
93
95
seccompProfile:
94
96
type: RuntimeDefault
97
{{- end }}
- resources:
- {{- toYaml .Values.crdjob.resources | nindent 12 }}
98
99
{{- with .Values.crdjob.nodeSelector }}
100
nodeSelector:
0 commit comments