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 23, 2024
1 parent 2e7dfb7 commit 76e40cc
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 76e40cc

Please sign in to comment.