Closed gibsondan closed 4 days ago
unless the field is supposed to be a boolean and not a Literal[True]? Is the idea that it won't work if you set it to False? https://github.com/dagster-io/dagster/blob/master/helm/dagster/schema/schema/charts/dagster/subschema/rabbitmq.py#L18
Summary: 2.10.0 appears to have introduced a benign schema change when its regenerated - I guess because this field is a Literal[true] instead of a boolean in the schema.
Test Plan: BK
NOCHANGELOG
Summary & Motivation
How I Tested These Changes
Changelog