Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Add terminationGracePeriodSeconds value to Helm Operator Chart #564

Merged
merged 3 commits into from
Feb 9, 2021

Conversation

coultenholt
Copy link

This is necessary when timeout may be set to a higher value to help ensure that Helm Operator isnt killed before its done waiting for an operation to finish. Also correct spelling.

As outlined here: https://github.com/fluxcd/helm-operator/blob/master/docs/helmrelease-guide/release-configuration.md#configuring-the-timeout

@arobert-delfingen
Copy link

Given that the default timeout when upgrading a chart is 300s, why not also set the default terminationGracePeriod to 300s ?

@coultenholt
Copy link
Author

Given that the default timeout when upgrading a chart is 300s, why not also set the default terminationGracePeriod to 300s ?

Good point. Updated!

Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Can you please rebase your PR, smash the commits, and sign-off your commit? https://github.com/fluxcd/helm-operator/pull/564/checks tells you how to do the latter.

@hiddeco hiddeco added the chart Related to the Helm chart label Feb 9, 2021
Coulten Holt added 3 commits February 9, 2021 10:06
This is necessary when timeout may be set to a higher value to help
ensure that Helm Operator isnt killed before its done waiting for an
operation to finish.
@hiddeco hiddeco merged commit 91fb122 into fluxcd:master Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chart Related to the Helm chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants