tempo-operator
                                
                                 tempo-operator copied to clipboard
                                
                                    tempo-operator copied to clipboard
                            
                            
                            
                        move default operator configuration to root.go
When the operator is started without specifying a configuration file, it should still have some defaults.
i.e. move contents of https://github.com/os-observability/tempo-operator/blob/1d437313338a34d4a3f56ccbf071193fd9741731/config/manager/controller_manager_config.yaml to https://github.com/os-observability/tempo-operator/blob/1d437313338a34d4a3f56ccbf071193fd9741731/cmd/root.go#L45-L50
Some defaults that do not change between releases could move to the source code.
Related: #589