Hello! Is it possible to specify a k8s secret env ...
# ask-community
h
Hello! Is it possible to specify a k8s secret env vars map for celery-k8s?
I was trying to tweak
execution.celery-k8s
, but the UI thinks that
celery-k8s
is not a valid key under
execution
r
it should be available as
env_secrets
d
If it's saying that celery-k8s is not a valid key, you may need to add the executor to your ModeDefinition, like in the code example here: https://docs.dagster.io/_apidocs/libraries/dagster-celery-k8s#dagster_celery_k8s.celery_k8s_job_executor
1
h
^ This is it! Thank you!