Skip to content

Commit

Permalink
wip: fixed volumes indent in _krawler-cronjob.yaml #281 [pack]
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Feb 1, 2022
1 parent bb3d74f commit fe03730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/common/templates/_krawler-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
{{- include "common.tplvalues.render" ( dict "value" .Values.volumeMounts "context" $ ) | nindent 14 }}
{{- end }}
restartPolicy: Never
{{- if .Values.volumes }}
volumes:
{{- include "common.tplvalues.render" ( dict "value" .Values.volumes "context" $ ) | nindent 8 }}
{{- end }}
{{- if .Values.volumes }}
volumes:
{{- include "common.tplvalues.render" ( dict "value" .Values.volumes "context" $ ) | nindent 10 }}
{{- end }}
{{- end -}}

0 comments on commit fe03730

Please sign in to comment.