Skip to content

Conversation

@kontaras
Copy link
Contributor

@kontaras kontaras commented Oct 6, 2025

While implementing #405 , I missed adding the "database.sm.tolerations" template to the hotcopy SM stateful set.

Copy link
Collaborator

@sivanov-nuodb sivanov-nuodb left a comment

Choose a reason for hiding this comment

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

Good catch!

{{- 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!

@kontaras kontaras merged commit 3abeb82 into master Oct 23, 2025
7 checks passed
@kontaras kontaras deleted the kontaras/missed-toleration branch October 23, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants