We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba821f commit 039218aCopy full SHA for 039218a
1 file changed
helm/defectdojo/templates/initializer-job.yaml
@@ -103,6 +103,8 @@ spec:
103
{{- with .Values.extraEnv }}
104
{{- toYaml . | nindent 8 }}
105
{{- end }}
106
+ resources:
107
+ {{- toYaml .Values.initializer.resources | nindent 10 }}
108
containers:
109
- name: initializer
110
image: "{{ template "initializer.repository" . }}:{{ .Values.tag }}"
0 commit comments