Hoping those more familiar with the Dagster Helm c...
# deployment-kubernetes
m
Hoping those more familiar with the Dagster Helm chart than I can shed some light on if it is possible to implement terminationGracePeriodSeconds on the Dagster daemon? I believe i’d do that through podSpecConfig which I see in some places in the Helm chart, but not in dagsterDaemon.
a
podSpec for that starts at this line: https://github.com/dagster-io/dagster/blob/master/helm/dagster/templates/deployment-daemon.yaml#L44 I don't see
terminationGracePeriodSeconds
there, or a way to pass arbitrary config values
thank you box 1
a
@marcos you will probably have to open a PR for that