Gabriel Milan
02/15/2022, 4:41 PMvalues.yaml
file such as
prefectConfig:
services:
towel:
max_scheduled_runs_per_flow: 50
and when I try to upgrade my deployments with this, the towel pod doesn't get redeployed and the issue is still there. Is this way correct or should I do anything else?Kevin Kho
Kevin Kho
config.toml
is overriding that but I don’t think it should. Will lookGabriel Milan
02/15/2022, 4:50 PMKevin Kho
Kevin Kho
Gabriel Milan
02/15/2022, 4:55 PMKevin Kho
towel
pod?Gabriel Milan
02/15/2022, 4:57 PMhelm upgrade..
only the graphql pod get recreated. towel pod hasn't changed, thus no environment variables for thatKevin Kho
Gabriel Milan
02/15/2022, 5:24 PMtimestamp
annotation in order to force the following pods to be recreated every upgrade
• apollo
• graphql
• hasura
• towel
but it still doesn't seem to be working, no envs have been set on the towel pod, unfortunatelyGabriel Milan
02/15/2022, 5:43 PM{{- (include "prefect-server.envConfig" .) | nindent 12 }}
is missing from multiple deployments in the Helm chartGabriel Milan
02/15/2022, 5:44 PMGabriel Milan
02/15/2022, 5:45 PMKevin Kho
Gabriel Milan
02/24/2022, 9:05 PMKevin Kho