Skip to content

Commit

Permalink
helm: initializer-job: specify resources for wait-for-db container
Browse files Browse the repository at this point in the history
  • Loading branch information
pna-nca committed Aug 25, 2024
1 parent fb481fd commit 0b9cc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/defectdojo/templates/initializer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ spec:
- secretRef:
name: {{ $fullName }}
optional: true
resources:
{{- toYaml .Values.initializer.resources | nindent 10 }}
containers:
{{- if .Values.cloudsql.enabled }}
- name: cloudsql-proxy
Expand Down

0 comments on commit 0b9cc29

Please sign in to comment.