Skip to content

Commit

Permalink
Merge pull request #1612 from area363/update-240425
Browse files Browse the repository at this point in the history
fix toleration setting for dp-user-migrator
  • Loading branch information
area363 authored Apr 25, 2024
2 parents b3fcf8c + 9659ebd commit c3fc5d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/all-in-one/templates/dp-user-migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ spec:
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $.Values.dataProviderDataMigrator.tolerations }}
tolerations:
{{- toYaml $.Values.dataProviderDataMigrator.tolerations | nindent 12 }}
{{- end }}
restartPolicy: OnFailure
schedulerName: default-scheduler
terminationGracePeriodSeconds: 30
Expand Down

0 comments on commit c3fc5d0

Please sign in to comment.