Skip to content

Commit

Permalink
Additional Volumes
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Di Bernardo <[email protected]>
  • Loading branch information
sdibernardo committed Feb 26, 2025
1 parent f91ae82 commit 093f56c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/dependency-track/templates/api-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ spec:
{{- end }}
- name: tmp
emptyDir: { }
{{- if .Values.apiServer.additionalVolumes }}
{{- toYaml .Values.apiServer.additionalVolumes | nindent 6 }}
{{- end }}
{{- with (include "dependencytrack.secretKeySecretName" .) }}
- name: secret-key
secret:
Expand Down

0 comments on commit 093f56c

Please sign in to comment.