Hi y'all! Im deploying prefect in kubernetes, and ...
# ask-community
и
Hi y'all! Im deploying prefect in kubernetes, and i have my connectivity-related things in a configmap. Is there way to pass that configmap to a prefect worker in a way that it will become accessible to the jobs that the worker creates? (the worker is of type kubernetes) Ive found this
worker.extraEnvVarsCM
in the worker helm chart docs, but it seems like while the worker gets the variables, it doesnt propagate them to the jobs Edit for clarity: The reason for keeping this in a configmap is that its dependent on infra: service names, ingresses, stuff of that nature - it would be wrong to push it to the applications to figure it out, this really needs to be in the realm of package configuration