Hi all, what happens when you enable the following...
# ask-community
z
Hi all, what happens when you enable the following in the dagster helm chart:
Copy code
"dagit": {
   "enableReadOnly": false, <---
   ...
}
dagster bot responded by community 1
d
I see a comment in the values that says
Copy code
# Deploy a separate instance of Dagit in --read-only mode (can't launch runs, disable schedules, etc.)
z
Very interesting - so a single helm deployment can deploy 2 instances of dagit