Skip to content

Commit

Permalink
revert node selector in cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars authored Nov 13, 2023
1 parent 6f4960e commit 33b695b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/seqr/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ spec:
trap "{{ $.Values.jobAfterHook }}" EXIT;
{{- end }}
{{ $c.command }};
{{- with $.Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.deployment_sidecars }}
{{- tpl . $ | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit 33b695b

Please sign in to comment.