Frédéric Marchand
Frédéric Marchand
When installing the helm chart with persistence to true and using an existingSecret (or with only tls enabled), the following parsing error is triggered: Error: YAML parse error on dragonfly/templates/statefulset.yaml:...
When launching dragonfly in a container with cgroup memory and cpu limits, maxmemory is set to the host value instead of the limit. When starting, dragonfly should respect those limits.
This PR allows admin dns configuration to be set.
### Bug summary I'm trying to deploy multiple flows with a default work pool but the pool argument is ignored: ``` $> prefect --no-prompt deploy --all --pool mypool A work...