Skip to content

Commit 039ecab

Browse files
authored
Merge pull request #2146 from jcpunk/job-limits
helm: Inherit resource limits for prune job
2 parents 81eec09 + 5b50fbf commit 039ecab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployment/helm/node-feature-discovery/templates/post-delete-job.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,9 @@ spec:
9797
tolerations:
9898
{{- toYaml . | nindent 8 }}
9999
{{- end }}
100+
{{- with .Values.master.resources }}
101+
resources:
102+
{{- toYaml . | nindent 8 }}
103+
{{- end }}
100104
{{- end }}
101105

0 commit comments

Comments
 (0)