Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow terminationGracePeriodSeconds to be configured via helm values #416

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

prafull01
Copy link
Collaborator

Fixes: #407

@prafull01 prafull01 requested review from rail and udnay September 18, 2024 18:18
@prafull01 prafull01 force-pushed the terminationGracePeriod branch from 7b719e4 to 15581b3 Compare September 19, 2024 05:58
@@ -49,7 +49,7 @@ spec:
{{- end }}
{{- end }}
restartPolicy: OnFailure
terminationGracePeriodSeconds: 300
terminationGracePeriodSeconds: {{ .Values.init.terminationGracePeriodSeconds }}
Copy link

Choose a reason for hiding this comment

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

If we are adding this, I would add it to the readme

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@prafull01 prafull01 force-pushed the terminationGracePeriod branch from 15581b3 to 1680785 Compare September 20, 2024 05:28
@prafull01 prafull01 requested a review from udnay September 20, 2024 05:28
@udnay udnay merged commit 950a699 into cockroachdb:master Sep 20, 2024
9 checks passed
@prafull01 prafull01 deleted the terminationGracePeriod branch September 21, 2024 06:26
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.

Let user to customize terminationGracePeriodSeconds
3 participants