Open zlobober opened 1 year ago
The new field should be added to the ui config somewhere here https://github.com/ytsaurus/ytsaurus-k8s-operator/blob/c439d7c703365a3d87827cc0bd3f0ac368eaa05d/pkg/ytconfig/ui.go#L44-L47
defaultUserSettingsOverrides: {
"global::components::enableSideBar": true
}
optionally the (*bool) field could be also added in the ui spec in case user wants to set this to false.
I'm not quite sure which sidebar is in question. The main left sidebar should be open by default? Why "Component" page is mentioned exacltly? Doesn't this setting open sidebar by default on all pages?
We must put "global::components::enableSideBar": true to defaultUserSettingsOverrides.