Skip to content

Commit

Permalink
Fixed even more indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Aug 5, 2024
1 parent c2529d0 commit 34b38e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/dug-data-ingest/templates/ingest-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ spec:
metadata:
{{- with $jobExecutor.podAnnotations }}
annotations:
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
labels:
{{- include "dug-data-ingest.labels" . | nindent 10 }}
{{- include "dug-data-ingest.labels" . | nindent 12 }}
{{- with $jobExecutor.podLabels }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
spec:
restartPolicy: {{ $jobExecutor.restartPolicy | default "Never" }}
Expand Down

0 comments on commit 34b38e1

Please sign in to comment.