Felipe Saldana
02/11/2021, 4:48 PMCharles Lariviere
02/11/2021, 4:53 PMhelm
commands outlined in the Dagster guide.Felipe Saldana
02/11/2021, 4:59 PMrex
02/11/2021, 5:03 PMdagster/user-code-example
from the helm chart) from this directory. https://github.com/dagster-io/dagster/blob/master/examples/deploy_k8s/example_project/example_repo/repo.pyFelipe Saldana
02/11/2021, 5:09 PMrex
02/11/2021, 5:14 PMOr is it possible to build a more “generic” single docker image and use helm/values.yaml to pass the variationsCurrently this is not possible - all the user code should be specified within the image beforehand. We don’t inject any python code into the image from the helm chart
Felipe Saldana
02/11/2021, 5:15 PMrex
02/11/2021, 5:19 PMdatabase_cluster_1
, … database_cluster_n
) as a resource
in your pipeline.
Then, you could have different modes that reference the cluster you would want to use.Felipe Saldana
02/11/2021, 5:23 PM