Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/database/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ spec:
{{- end }}
{{- if .Values.database.sm.tolerations }}
tolerations:
{{ toYaml .Values.database.sm.tolerations | trim | indent 8 }}
{{ include "database.sm.tolerations" . | trim | indent 8 }}
Copy link
Collaborator

@sivanov-nuodb sivanov-nuodb Oct 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Are you going to update the test as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What test needs updating? The TestDatabaseTolerations tests HotCopy SMs but did not catch this because it is a regression test and the charts in this repo continued to behave correctly. This issue will only come up if we want to add HotCopy SMs to the 3DS helm charts.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Thanks for the explanation!

{{- end }}
{{- include "database.sm.shareProcessNamespace" . | indent 6 -}}
{{- if eq (include "defaulttrue" .Values.database.initContainers.runInitDisk) "true" }}
Expand Down