tempo-operator icon indicating copy to clipboard operation
tempo-operator copied to clipboard

move default operator configuration to root.go

Open andreasgerstmayr opened this issue 2 years ago • 2 comments

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

andreasgerstmayr avatar Mar 16 '23 17:03 andreasgerstmayr

Some defaults that do not change between releases could move to the source code.

pavolloffay avatar Jul 03 '23 14:07 pavolloffay

Related: #589

andreasgerstmayr avatar Jan 17 '24 15:01 andreasgerstmayr