Skip to content

Commit 4af47e3

Browse files
authored
BUG: kubernetes-ingress: crdjob resources (#377)
1 parent 81bbe34 commit 4af47e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes-ingress/templates/controller-crdjob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ spec:
7878
command:
7979
- /haproxy-ingress-controller
8080
- --job-check-crd
81+
resources:
82+
{{- toYaml .Values.crdjob.resources | nindent 12 }}
8183
{{- if .Values.controller.unprivileged }}
8284
securityContext:
8385
runAsNonRoot: true
@@ -93,8 +95,6 @@ spec:
9395
seccompProfile:
9496
type: RuntimeDefault
9597
{{- end }}
96-
resources:
97-
{{- toYaml .Values.crdjob.resources | nindent 12 }}
9898
{{- end }}
9999
{{- with .Values.crdjob.nodeSelector }}
100100
nodeSelector:

0 commit comments

Comments
 (0)