Skip to content

Commit 039218a

Browse files
authored
add resources to wait-for-db (#12023)
Co-authored-by: Jonas Hofer <jonas@hofer.onl>
1 parent 1ba821f commit 039218a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

helm/defectdojo/templates/initializer-job.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ spec:
103103
{{- with .Values.extraEnv }}
104104
{{- toYaml . | nindent 8 }}
105105
{{- end }}
106+
resources:
107+
{{- toYaml .Values.initializer.resources | nindent 10 }}
106108
containers:
107109
- name: initializer
108110
image: "{{ template "initializer.repository" . }}:{{ .Values.tag }}"

0 commit comments

Comments
 (0)