Hi, are ENV secrets that are set in the prefect-wo...
# prefect-cloud
d
Hi, are ENV secrets that are set in the prefect-worker supported when I need to use them in flow run when running in my own kubernetes cluster? I found this post https://discourse.prefect.io/t/use-local-secrets-in-prefect-2/2167/2 but there is no documentation on this matter. Can someone point me in the right direction? The helm chart supports extra secrets on the worker
extraEnvVarsSecret
https://github.com/PrefectHQ/prefect-helm/blob/main/charts/prefect-worker/values.yaml#L193 but how do I get these secrets in the flow?