What’s the best way to default some options for th...
# deployment-kubernetes
b
What’s the best way to default some options for the run config? Things like resources. It feels a bit clunky having in the code, it looks like we can define it in a dagster.yaml (maybe?), but I can’t see any way to create that with helm. For example https://docs.dagster.io/_apidocs/libraries/dagster-azure#dagster_azure.adls2.adls2_resource has a bunch of yaml under it
Copy code
resources:
  adls2:
    config:
      storage_account: my_storage_account
      # str: The storage account name.
      credential:
        sas: my_sas_token
        # str: the SAS token for the account.
        key:
          env: AZURE_DATA_LAKE_STORAGE_KEY
        # str: The shared access key for the account.
Where is this supposed to go?
b
Can we use that with celery?
a
for all the resources yes the
executor
/
execution:
section in
celery-k8s
has a restriction against it
b
Thanks! We will give a try
a
that restriction makes me very sad and someday well get rid of it