Hey! Real basic question, its not obvious to me wh...
# deployment-kubernetes
e
Hey! Real basic question, its not obvious to me where different values in the
dagster.yaml
file map to in the
values.yaml
file for helm, specifically I'm trying to do pass through logging of the python logger, in the
dagster.yaml
file its just
Copy code
python_logs:
  managed_python_loggers:
    - root
  python_log_level: INFO
but its unclear where this config goes in the values.yaml, top level key? Under the
dagsterDaemon
block? Any help would be appreciated, havent been able to find anything in docs
d
e
amazing, thanks daniel!
condagster 1