Skip to content

Commit

Permalink
fix: global nodeSelector config option not applying to cleanup cron j…
Browse files Browse the repository at this point in the history
…ob (#1654)
  • Loading branch information
harrydevane authored Jan 17, 2025
1 parent a3e82be commit 4e764b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
{{ toYaml .Values.sentry.cleanup.nodeSelector | indent 12 }}
{{- else if .Values.global.nodeSelector }}
nodeSelector:
{{ toYaml .Values.sentry.cleanup.nodeSelector | indent 12 }}
{{ toYaml .Values.global.nodeSelector | indent 12 }}
{{- end }}
{{- if .Values.sentry.cleanup.tolerations }}
tolerations:
Expand Down

0 comments on commit 4e764b5

Please sign in to comment.