Skip to content

Commit

Permalink
chore: add support for extraVolumeMounts in Krawler cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Nov 20, 2024
1 parent a44de5a commit b959df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kargo/templates/_krawler-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.extraVolumeMounts }}
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- toYaml .Values.extraVolumeMounts | nindent 16 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 16 }}
Expand All @@ -77,6 +77,6 @@ spec:
{{- include "kargo.tplvalues.render" ( dict "value" .Values.dataVolume "context" $ ) | nindent 14 }}
{{- end }}
{{- if .Values.extraVolumes }}
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- toYaml .Values.extraVolumes | nindent 12 }}
{{- end }}
{{- end -}}

0 comments on commit b959df8

Please # to comment.