Currently using helm deployment which is using the...
# ask-community
a
Currently using helm deployment which is using the K8S Launcher. Working great. I have an asset job I want to specify k8s volumes and resource requests on. • Do I need to specify using the
k8s_job_executor
? • How and when would I pass in the default config outline here: https://docs.dagster.io/_apidocs/libraries/dagster-k8s#dagster_k8s.k8s_job_executor It just says "Then you can confiure the executor with run config as follows:" and gives some yaml. Can I make that part of the job definition as a parameter? Can I pass it in as an argument to either
define_asset_job
or a
@job
decorated function?