Hello! I'm using Prefect with Kubernetes and I was...
# prefect-community
a
Hello! I'm using Prefect with Kubernetes and I was wondering what is the best way to pass values that come from
ConfigMap
or `Secret`: • Is it better to have a custom
KubernetesJob
block with the proper customization to reference those resources and then access to the values through environment variables • Or is it better to have a dedicated process to transform
ConfigMap
and
Secret
into blocks?
r
json patch the secrets in and the flow job reads the env vars